Home
last modified time | relevance | path

Searched defs:IsShuttingDown (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_pool.h129 bool IsShuttingDown() const REQUIRES(task_queue_lock_) { in IsShuttingDown() function
Druntime.cc750 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown() function in art::Runtime
/art/runtime/base/
Dmutex.cc327 static bool IsShuttingDown() NO_THREAD_SAFETY_ANALYSIS { in IsShuttingDown() function