Home
last modified time | relevance | path

Searched refs:HasStarted (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread_pool.h128 bool HasStarted(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc273 bool AbstractThreadPool::HasStarted(Thread* self) { in HasStarted() function in art::AbstractThreadPool