Searched refs:IsShuttingDownLocked (Results 1 – 6 of 6) sorted by relevance
90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
299 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDownLocked(); in ~Mutex()478 bool shutting_down = runtime == NULL || runtime->IsShuttingDownLocked(); in ~ReaderWriterMutex()691 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDownLocked(); in ~ConditionVariable()
152 bool IsShuttingDownLocked() const EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in IsShuttingDownLocked() function
158 CHECK(!runtime->IsShuttingDownLocked()); in CreateCallback()294 if (runtime->IsShuttingDownLocked()) { in CreateNativeThread()382 if (runtime->IsShuttingDownLocked()) { in Attach()
752 CHECK(Runtime::Current()->IsShuttingDownLocked()); in WaitForOtherNonDaemonThreadsToExit()
548 return IsShuttingDownLocked(); in IsShuttingDown()