Searched refs:__timer_mutex (Results 1 – 7 of 7) 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()
33 pthread_mutex_lock (&__timer_mutex); in timer_delete()48 pthread_cleanup_push (__timer_mutex_cancel_handler, &__timer_mutex); in timer_delete()52 pthread_cond_wait (&thread->cond, &__timer_mutex); in timer_delete()64 pthread_mutex_unlock (&__timer_mutex); in timer_delete()
59 pthread_mutex_lock (&__timer_mutex); in timer_settime()79 pthread_mutex_unlock (&__timer_mutex); in timer_settime()82 pthread_mutex_lock (&__timer_mutex); in timer_settime()123 pthread_mutex_unlock (&__timer_mutex); in timer_settime()
32 pthread_mutex_lock (&__timer_mutex); in timer_getoverrun()39 pthread_mutex_unlock (&__timer_mutex); in timer_getoverrun()
34 pthread_mutex_lock (&__timer_mutex); in timer_gettime()46 pthread_mutex_unlock (&__timer_mutex); in timer_gettime()
64 pthread_mutex_lock (&__timer_mutex); in timer_create()162 pthread_mutex_unlock (&__timer_mutex); in timer_create()
75 extern pthread_mutex_t __timer_mutex;