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

/art/runtime/
H A Dthread_pool.cc193 size_t ThreadPool::GetTaskCount(Thread* self) { function in class:art::ThreadPool
227 while (thread_pool->GetTaskCount(self) == 0) {
H A Dthread_pool.h86 size_t GetTaskCount(Thread* self);

Completed in 49 milliseconds