Searched refs:ShutdownRequested (Results 1 – 1 of 1) sorted by relevance
26 static std::atomic<bool> ShutdownRequested = {false}; variable29 if (ShutdownRequested.exchange(true)) in requestShutdown()34 bool shutdownRequested() { return ShutdownRequested; } in shutdownRequested()