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.cpp1422 bool thread2_thread_local_dtor_initialized = false; in TEST() local
1444 cv.wait(lock, [&] { return thread2_thread_local_dtor_initialized; }); in TEST()
1471 thread2_thread_local_dtor_initialized = true; in TEST()