Searched refs:cond_var (Results 1 – 1 of 1) sorted by relevance
1772 std::condition_variable cond_var; in test_threads_sleep() local1778 cond_var.wait(lock, [&] { return completed == true; }); in test_threads_sleep()1796 cond_var.notify_all(); in test_threads_sleep()