Searched refs:gShutdown (Results 1 – 1 of 1) sorted by relevance
291 static std::atomic<bool> gShutdown = false; variable305 if (gShutdown.load(std::memory_order_relaxed)) { in self()337 gShutdown.store(true, std::memory_order_relaxed); in shutdown()