Searched refs:__timer_mutex (Results 1 – 2 of 2) sorted by relevance
47 pthread_mutex_t __timer_mutex = PTHREAD_MUTEX_INITIALIZER; variable194 pthread_mutex_init (&__timer_mutex, 0); in reinit_after_fork()268 pthread_mutex_lock (&__timer_mutex); in thread_cleanup()280 pthread_mutex_unlock (&__timer_mutex); in thread_cleanup()294 pthread_mutex_unlock (&__timer_mutex); in thread_expire_timer()337 pthread_mutex_lock (&__timer_mutex); in thread_expire_timer()361 pthread_mutex_lock (&__timer_mutex); in thread_func()421 pthread_cond_timedwait (&self->cond, &__timer_mutex, in thread_func()424 pthread_cond_wait (&self->cond, &__timer_mutex); in thread_func()
75 extern pthread_mutex_t __timer_mutex;
Completed in 5 milliseconds