Home
last modified time | relevance | path

Searched refs:__timer_active_sigev_thread_lock (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtimer_routines.c31 pthread_mutex_t __timer_active_sigev_thread_lock = PTHREAD_MUTEX_INITIALIZER; variable
77 __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()
A Dtimer_delete.c39 __pthread_mutex_lock (&__timer_active_sigev_thread_lock); in ___timer_delete()
54 __pthread_mutex_unlock (&__timer_active_sigev_thread_lock); in ___timer_delete()
A Dtimer_create.c128 __pthread_mutex_lock (&__timer_active_sigev_thread_lock); in ___timer_create()
131 __pthread_mutex_unlock (&__timer_active_sigev_thread_lock); in ___timer_create()
A Dkernel-posix-timers.h44 extern pthread_mutex_t __timer_active_sigev_thread_lock attribute_hidden;

Completed in 4 milliseconds