Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
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()
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()
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()
Dkernel-posix-timers.h44 extern pthread_mutex_t __timer_active_sigev_thread_lock attribute_hidden;
/glibc-2.36/ChangeLog.old/
DChangeLog.235956 (__timer_active_sigev_thread_lock): Modified.
5967 (__timer_active_sigev_thread_lock): Modified.
6615 (__timer_active_sigev_thread_lock): New.
6631 (__timer_active_sigev_thread_lock): New.