Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h107 bool IsShuttingDown() const EXCLUSIVE_LOCKS_REQUIRED(task_queue_lock_) { in IsShuttingDown() function
Druntime.cc562 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown() function in art::Runtime
/art/runtime/base/
Dmutex.cc280 static bool IsShuttingDown() NO_THREAD_SAFETY_ANALYSIS { in IsShuttingDown() function