Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp366 thread->startup_handshake_lock.lock(); in __pthread_start()
426 thread->startup_handshake_lock.init(false); in pthread_create()
427 thread->startup_handshake_lock.lock(); in pthread_create()
457 thread->startup_handshake_lock.unlock(); in pthread_create()
473 thread->startup_handshake_lock.unlock(); in pthread_create()
479 thread->startup_handshake_lock.unlock(); in pthread_create()
Dpthread_internal.h156 Lock startup_handshake_lock; variable
/bionic/tests/
Dstruct_layout_test.cpp47 CHECK_OFFSET(pthread_internal_t, startup_handshake_lock, 156); in tests()
90 CHECK_OFFSET(pthread_internal_t, startup_handshake_lock, 84); in tests()