Searched refs:shutting_down_ (Results 1 – 3 of 3) sorted by relevance
29 std::atomic<bool> shutting_down_{false};40 shutting_down_ = true; in Shutdown()65 if (shutting_down_) { in Join()
39 shutting_down_(false) {} in MessageLoopThread()94 if (shutting_down_) { in ShutDown()98 shutting_down_ = true; in ShutDown()114 shutting_down_ = false; in ShutDown()
199 bool shutting_down_; variable