Searched refs:shutting_down_ (Results 1 – 9 of 9) sorted by relevance
202 shutting_down_(false), in AbstractThreadPool()216 shutting_down_ = false; in CreateThreads()243 shutting_down_ = true; in DeleteThreads()335 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) { in Wait()
181 return shutting_down_; in IsShuttingDown()196 volatile bool shutting_down_ GUARDED_BY(task_queue_lock_);
247 return shutting_down_.load(std::memory_order_relaxed); in IsShuttingDownLocked()250 return shutting_down_.load(std::memory_order_relaxed); in IsShuttingDownUnsafe()253 shutting_down_.store(true, std::memory_order_relaxed); in SetShuttingDown()1307 std::atomic<bool> shutting_down_; variable
275 shutting_down_(false), in Runtime()
86 shutting_down_(false), in ProfileSaver()113 if (instance_ == nullptr || instance_->shutting_down_) { in NotifyStartupCompleted()284 if (instance_ == nullptr || instance_->shutting_down_) { in NotifyJitActivity()1073 if (instance_->shutting_down_) { in Stop()1077 instance_->shutting_down_ = true; in Stop()1109 return shutting_down_; in ShuttingDown()
146 bool shutting_down_ GUARDED_BY(Locks::profiler_lock_);
189 std::atomic<bool> shutting_down_; variable
260 shutting_down_(false), in AdbConnectionState()635 while (!shutting_down_) { in SetupAdbConnection()671 while (!shutting_down_) { in RunPollLoop()677 while (!shutting_down_ && control_ctx_) { in RunPollLoop()1083 shutting_down_ = true; in StopDebuggerThreads()
304 shutting_down_(false) { in WatchDog()321 shutting_down_ = true; in ~WatchDog()393 while (!shutting_down_) { in Wait()426 bool shutting_down_; member in art::WatchDog