Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h178 bool IsShuttingDown() const REQUIRES(task_queue_lock_) { in IsShuttingDown() function
Druntime.cc1094 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown() function in art::Runtime