Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp341 thread->startup_handshake_lock.lock(); in __pthread_start()
390 thread->startup_handshake_lock.init(false); in pthread_create()
391 thread->startup_handshake_lock.lock(); in pthread_create()
419 thread->startup_handshake_lock.unlock(); in pthread_create()
435 thread->startup_handshake_lock.unlock(); in pthread_create()
441 thread->startup_handshake_lock.unlock(); in pthread_create()
Dpthread_internal.h135 Lock startup_handshake_lock; variable