Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dpthread_kill.c50 __libc_lock_lock (pd->exit_lock); in __pthread_kill_implementation()
66 __libc_lock_unlock (pd->exit_lock); in __pthread_kill_implementation()
Dpthread_create.c513 __libc_lock_lock (pd->exit_lock); in start_thread()
515 __libc_lock_unlock (pd->exit_lock); in start_thread()
Ddescr.h400 int exit_lock; /* A low-level lock (for use with __libc_lock_init etc). */ member
Dallocatestack.c130 __libc_lock_init (result->exit_lock); in get_cached_stack()