Searched refs:thread_a_called (Results 1 – 1 of 1) sorted by relevance
463 LockedBool thread_a_called(false); in TEST() local470 thread_c.get(), thread_a, &thread_a_called)); in TEST()471 EXPECT_FALSE(thread_a_called.Get()); in TEST()473 EXPECT_TRUE_WAIT(thread_a_called.Get(), 2000); in TEST()