Home
last modified time | relevance | path

Searched refs:IsShuttingDownLocked (Results 1 – 6 of 6) sorted by relevance

/art/runtime/base/
Dmutex-inl.h63 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
Dmutex.cc329 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()
/art/runtime/
Druntime.h203 bool IsShuttingDownLocked() const REQUIRES(Locks::runtime_shutdown_lock_) { in IsShuttingDownLocked() function
Dthread.cc427 CHECK(!runtime->IsShuttingDownLocked()); in CreateCallback()
611 if (runtime->IsShuttingDownLocked()) { in CreateNativeThread()
742 if (runtime->IsShuttingDownLocked()) { in Attach()
Dthread_list.cc1118 CHECK(Runtime::Current()->IsShuttingDownLocked()); in WaitForOtherNonDaemonThreadsToExit()
Druntime.cc752 return IsShuttingDownLocked(); in IsShuttingDown()