Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dtask_dispatcher.h75 thread_control_monitor& wait_list = td->my_arena->get_waiting_threads_monitor(); in execute() local
77 if (wait_list.wait([&] { return !ed_ext.wait_ctx->continue_execution(); }, monitor_node)) { in execute()