Searched refs:m_complete (Results 1 – 1 of 1) sorted by relevance
110 std::condition_variable m_complete; variable220 m_complete.notify_all(); in complete_task_assignment()230 m_complete.wait(lck, [this]{ return m_done_count == m_task_count; }); in wait()