Searched refs:IsShuttingDownLocked (Results 1 – 6 of 6) sorted by relevance
63 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
329 return runtime == nullptr || runtime->IsShuttingDownLocked(); in IsShuttingDown()543 bool shutting_down = runtime == nullptr || runtime->IsShuttingDownLocked(); in ~ReaderWriterMutex()781 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDownLocked(); in ~ConditionVariable()
203 bool IsShuttingDownLocked() const REQUIRES(Locks::runtime_shutdown_lock_) { in IsShuttingDownLocked() function
427 CHECK(!runtime->IsShuttingDownLocked()); in CreateCallback()611 if (runtime->IsShuttingDownLocked()) { in CreateNativeThread()742 if (runtime->IsShuttingDownLocked()) { in Attach()
1118 CHECK(Runtime::Current()->IsShuttingDownLocked()); in WaitForOtherNonDaemonThreadsToExit()
752 return IsShuttingDownLocked(); in IsShuttingDown()