Home
last modified time | relevance | path

Searched refs:startup_handshake_lock (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread_create.cpp334 thread->startup_handshake_lock.lock(); in __pthread_start()
381 thread->startup_handshake_lock.init(false); in pthread_create()
382 thread->startup_handshake_lock.lock(); in pthread_create()
405 thread->startup_handshake_lock.unlock(); in pthread_create()
421 thread->startup_handshake_lock.unlock(); in pthread_create()
427 thread->startup_handshake_lock.unlock(); in pthread_create()
Dpthread_internal.h127 Lock startup_handshake_lock; variable