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