Home
last modified time | relevance | path

Searched refs:cond_var (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1772 std::condition_variable cond_var; in test_threads_sleep() local
1778 cond_var.wait(lock, [&] { return completed == true; }); in test_threads_sleep()
1796 cond_var.notify_all(); in test_threads_sleep()