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