Searched refs:OutstandingCV (Results 1 – 4 of 4) sorted by relevance
101 OutstandingCV.notify_all(); in dispatch()111 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
44 OutstandingCV.notify_all(); in dispatch()51 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
142 std::condition_variable OutstandingCV; variable
59 std::condition_variable OutstandingCV; variable