HomeSort by relevance Sort by last modified time
    Searched refs:GetTaskCount (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread_pool.h 100 size_t GetTaskCount(Thread* self);
thread_pool.cc 199 size_t ThreadPool::GetTaskCount(Thread* self) {
233 while (thread_pool->GetTaskCount(self) == 0) {

Completed in 171 milliseconds