Searched refs:deathCv (Results 1 – 1 of 1) sorted by relevance
73 std::condition_variable deathCv; in TEST() local79 deathCv.notify_one(); in TEST()94 EXPECT_TRUE(deathCv.wait_for(lock, 1s, [&] { return deathRecieved; })); in TEST()