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