Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpthread_exit.cpp110 ScopedReadLock locker(&g_thread_creation_lock); in pthread_exit()
H A Dpthread_create.cpp377 pthread_rwlock_t g_thread_creation_lock = PTHREAD_RWLOCK_INITIALIZER; variable
427 ScopedReadLock locker(&g_thread_creation_lock); in pthread_create()
H A Dpthread_internal.cpp125 ScopedWriteLock creation_locker(&g_thread_creation_lock); in android_run_on_all_threads()
H A Dpthread_internal.h253 extern pthread_rwlock_t g_thread_creation_lock;