Searched refs:AddTask (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dthread_pool_test.cc66 thread_pool.AddTask(self, new CountTask(&count));
81 thread_pool.AddTask(self, new CountTask(&count));
91 thread_pool.AddTask(self, new CountTask(&bad_count));
112 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
113 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
135 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth));
H A Dbarrier_test.cc75 thread_pool.AddTask(self, new CheckWaitTask(&barrier, &count1, &count2, &count3));
130 thread_pool.AddTask(self, new CheckPassTask(&barrier, &count, num_sub_tasks));
H A Dthread_pool.h78 void AddTask(Thread* self, Task* task);
H A Dthread_pool.cc65 void ThreadPool::AddTask(Thread* self, Task* task) { function in class:art::ThreadPool
/art/runtime/gc/collector/
H A Dmark_sweep.cc699 thread_pool_->AddTask(Thread::Current(), task);
831 thread_pool->AddTask(self, task);
975 thread_pool->AddTask(self, task);
1411 thread_pool->AddTask(self, new MarkStackTask<false>(thread_pool, this, delta,
/art/compiler/driver/
H A Dcompiler_driver.cc1380 thread_pool_->AddTask(self, closures[i]);

Completed in 419 milliseconds