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

/art/runtime/
H A Dthread_pool.cc49 while ((task = thread_pool_->GetTask(self)) != NULL) {
128 Task* ThreadPool::GetTask(Thread* self) { function in class:art::ThreadPool
206 while ((task = thread_pool_->GetTask(self)) != NULL) {
H A Dthread_pool.h99 virtual Task* GetTask(Thread* self);

Completed in 25 milliseconds