Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1424 bool thread2_thread_local_dtor_initialized = false; in TEST() local
1446 cv.wait(lock, [&] { return thread2_thread_local_dtor_initialized; }); in TEST()
1473 thread2_thread_local_dtor_initialized = true; in TEST()