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