Searched refs:__timer_active_sigev_thread_lock (Results 1 – 4 of 4) sorted by relevance
31 pthread_mutex_t __timer_active_sigev_thread_lock = PTHREAD_MUTEX_INITIALIZER; variable77 __pthread_mutex_lock (&__timer_active_sigev_thread_lock); in timer_helper_thread()102 __pthread_mutex_unlock (&__timer_active_sigev_thread_lock); in timer_helper_thread()
39 __pthread_mutex_lock (&__timer_active_sigev_thread_lock); in ___timer_delete()54 __pthread_mutex_unlock (&__timer_active_sigev_thread_lock); in ___timer_delete()
128 __pthread_mutex_lock (&__timer_active_sigev_thread_lock); in ___timer_create()131 __pthread_mutex_unlock (&__timer_active_sigev_thread_lock); in ___timer_create()
44 extern pthread_mutex_t __timer_active_sigev_thread_lock attribute_hidden;
Completed in 4 milliseconds