Searched refs:IsShuttingDown (Results 1 – 9 of 9) sorted by relevance
40 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown()); in ScopedThreadStateChange()69 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); in LOCKS_EXCLUDED()
106 bool IsShuttingDown() const EXCLUSIVE_LOCKS_REQUIRED(task_queue_lock_) { in IsShuttingDown() function
130 while (!IsShuttingDown()) { in GetTask()
204 bool IsShuttingDown() const EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in IsShuttingDown() function
447 CHECK(Runtime::Current()->IsShuttingDown()); in WaitForOtherNonDaemonThreadsToExit()
149 CHECK(!runtime->IsShuttingDown()); in CreateCallback()238 if (runtime->IsShuttingDown()) { in CreateNativeThread()325 if (runtime->IsShuttingDown()) { in Attach()
318 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()
85 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown() || in CheckUnattachedThread()
1985 if (runtime->IsShuttingDown()) { in RequestConcurrentGC()2008 if (Runtime::Current()->IsShuttingDown()) { in ConcurrentGC()2045 if (runtime == NULL || !runtime->IsFinishedStarting() || runtime->IsShuttingDown()) { in RequestHeapTrim()