Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex-inl.h90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
Dmutex.cc282 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()
/art/runtime/
Druntime.h156 bool IsShuttingDownLocked() const EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in IsShuttingDownLocked() function
Dthread.cc158 CHECK(!runtime->IsShuttingDownLocked()); in CreateCallback()
297 if (runtime->IsShuttingDownLocked()) { in CreateNativeThread()
385 if (runtime->IsShuttingDownLocked()) { in Attach()
Dthread_list.cc806 CHECK(Runtime::Current()->IsShuttingDownLocked()); in WaitForOtherNonDaemonThreadsToExit()
Druntime.cc564 return IsShuttingDownLocked(); in IsShuttingDown()