Searched refs:IsShuttingDownLocked (Results 1 – 6 of 6) sorted by relevance
90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
282 return runtime == nullptr || runtime->IsShuttingDownLocked(); in IsShuttingDown()486 bool shutting_down = runtime == NULL || runtime->IsShuttingDownLocked(); in ~ReaderWriterMutex()705 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDownLocked(); in ~ConditionVariable()
156 bool IsShuttingDownLocked() const EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in IsShuttingDownLocked() function
158 CHECK(!runtime->IsShuttingDownLocked()); in CreateCallback()297 if (runtime->IsShuttingDownLocked()) { in CreateNativeThread()385 if (runtime->IsShuttingDownLocked()) { in Attach()
806 CHECK(Runtime::Current()->IsShuttingDownLocked()); in WaitForOtherNonDaemonThreadsToExit()
564 return IsShuttingDownLocked(); in IsShuttingDown()