Searched refs:thread1_complete (Results 1 – 1 of 1) sorted by relevance
1425 bool thread1_complete = false; in TEST() local1478 cv.wait(lock, [&] { return thread1_complete; }); in TEST()1502 thread1_complete = true; in TEST()