Searched refs:wait_list (Results 1 – 1 of 1) sorted by relevance
75 thread_control_monitor& wait_list = td->my_arena->get_waiting_threads_monitor(); in execute() local77 if (wait_list.wait([&] { return !ed_ext.wait_ctx->continue_execution(); }, monitor_node)) { in execute()