Home
last modified time | relevance | path

Searched refs:__timer_mutex (Results 1 – 2 of 2) sorted by relevance

/sysdeps/htl/
A Dtimer_routines.c47 pthread_mutex_t __timer_mutex = PTHREAD_MUTEX_INITIALIZER; variable
194 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()
/sysdeps/pthread/
A Dposix-timer.h75 extern pthread_mutex_t __timer_mutex;

Completed in 5 milliseconds