Home
last modified time | relevance | path

Searched refs:shutting_down_ (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jdwp/
Djdwp_adb.cc59 shutting_down_ = false; in JdwpAdbState()
84 shutting_down_ = true; in Shutdown()
109 bool shutting_down_; member
189 if (shutting_down_) { in Accept()
256 if (shutting_down_) { in Accept()
265 if (shutting_down_) { in Accept()
/art/runtime/
Dthread_pool.h121 return shutting_down_; in IsShuttingDown()
129 volatile bool shutting_down_ GUARDED_BY(task_queue_lock_);
Dthread_pool.cc84 shutting_down_(false), in ThreadPool()
112 shutting_down_ = true; in ~ThreadPool()
190 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) { in Wait()
Dprofiler.cc51 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false; member in art::BackgroundMethodSamplingProfiler
150 return shutting_down_; in ShuttingDown()
361 CHECK(!shutting_down_); in Stop()
363 shutting_down_ = true; in Stop()
Druntime.h183 return shutting_down_; in IsShuttingDownLocked()
659 bool shutting_down_ GUARDED_BY(Locks::runtime_shutdown_lock_);
Dprofiler.h204 static volatile bool shutting_down_ GUARDED_BY(Locks::profiler_lock_);
Druntime.cc172 shutting_down_(false), in Runtime()
226 shutting_down_ = true; in ~Runtime()
/art/dex2oat/
Ddex2oat.cc369 shutting_down_ = false; in WatchDog()
383 shutting_down_ = true; in ~WatchDog()
418 while (!shutting_down_) { in Wait()
440 bool shutting_down_; member in art::WatchDog