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