Searched refs:ShutdownCV (Results 1 – 2 of 2) sorted by relevance
117 ShutdownCV.wait(Lock, [this]() { return RunState == ServerShutDown; }); in waitForDisconnect()148 ShutdownCV.notify_all(); in handleDisconnect()
181 std::condition_variable ShutdownCV; variable