Searched refs:shutting_down_ (Results 1 - 6 of 6) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_adb.cc59 shutting_down_ = false;
84 shutting_down_ = true;
109 bool shutting_down_; member in struct:art::JDWP::JdwpAdbState
189 if (shutting_down_) {
256 if (shutting_down_) {
265 if (shutting_down_) {
/art/runtime/
H A Dthread_pool.h107 return shutting_down_;
114 volatile bool shutting_down_ GUARDED_BY(task_queue_lock_);
H A Dthread_pool.cc79 shutting_down_(false),
106 shutting_down_ = true;
184 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) {
H A Druntime.h205 return shutting_down_;
481 bool shutting_down_ GUARDED_BY(Locks::runtime_shutdown_lock_);
H A Druntime.cc88 shutting_down_(false),
116 shutting_down_ = true;
/art/dex2oat/
H A Ddex2oat.cc454 shutting_down_ = false;
468 shutting_down_ = true;
518 while (!shutting_down_) {
551 bool shutting_down_; member in class:art::WatchDog

Completed in 824 milliseconds