Searched refs:OutstandingCV (Results 1 – 4 of 4) sorted by relevance
36 OutstandingCV.notify_all(); in dispatch()43 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
43 OutstandingCV.notify_all(); in dispatch()50 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
123 std::condition_variable OutstandingCV; variable
58 std::condition_variable OutstandingCV; variable