Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h152 size_t GetTaskCount(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc279 size_t ThreadPool::GetTaskCount(Thread* self) { in GetTaskCount() function in art::ThreadPool