Home
last modified time | relevance | path

Searched refs:IsShuttingDown (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.h40 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown()); in ScopedThreadStateChange()
69 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); in LOCKS_EXCLUDED()
Dthread_pool.h106 bool IsShuttingDown() const EXCLUSIVE_LOCKS_REQUIRED(task_queue_lock_) { in IsShuttingDown() function
Dthread_pool.cc130 while (!IsShuttingDown()) { in GetTask()
Druntime.h204 bool IsShuttingDown() const EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in IsShuttingDown() function
Dthread_list.cc447 CHECK(Runtime::Current()->IsShuttingDown()); in WaitForOtherNonDaemonThreadsToExit()
Dthread.cc149 CHECK(!runtime->IsShuttingDown()); in CreateCallback()
238 if (runtime->IsShuttingDown()) { in CreateNativeThread()
325 if (runtime->IsShuttingDown()) { in Attach()
/art/runtime/base/
Dmutex.cc318 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); in ~Mutex()
333 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); in ~Mutex()
539 bool shutting_down = runtime == NULL || runtime->IsShuttingDown(); in ~ReaderWriterMutex()
771 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); in ~ConditionVariable()
783 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); in ~ConditionVariable()
Dmutex-inl.h85 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown() || in CheckUnattachedThread()
/art/runtime/gc/
Dheap.cc1985 if (runtime->IsShuttingDown()) { in RequestConcurrentGC()
2008 if (Runtime::Current()->IsShuttingDown()) { in ConcurrentGC()
2045 if (runtime == NULL || !runtime->IsFinishedStarting() || runtime->IsShuttingDown()) { in RequestHeapTrim()