Searched refs:shutting_down_ (Results 1 – 4 of 4) sorted by relevance
29 std::atomic<bool> shutting_down_{false};40 shutting_down_ = true; in Shutdown()65 if (shutting_down_) { in Join()
46 shutting_down_(false), in MessageLoopThread()134 if (shutting_down_) { in ShutDown()138 shutting_down_ = true; in ShutDown()154 shutting_down_ = false; in ShutDown()
199 bool shutting_down_; variable