Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1423 bool thread1_dlopen_complete = false; in TEST() local
1434 thread1_dlopen_complete = true; in TEST()
1462 cv.wait(lock, [&] { return thread1_dlopen_complete; }); in TEST()