Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp348 thread->startup_handshake_lock.lock(); in __pthread_start()
408 thread->startup_handshake_lock.init(false); in pthread_create()
409 thread->startup_handshake_lock.lock(); in pthread_create()
439 thread->startup_handshake_lock.unlock(); in pthread_create()
455 thread->startup_handshake_lock.unlock(); in pthread_create()
461 thread->startup_handshake_lock.unlock(); in pthread_create()
Dpthread_internal.h140 Lock startup_handshake_lock; variable
/bionic/tests/
Dstruct_layout_test.cpp47 CHECK_OFFSET(pthread_internal_t, startup_handshake_lock, 156); in tests()
88 CHECK_OFFSET(pthread_internal_t, startup_handshake_lock, 84); in tests()