Home
last modified time | relevance | path

Searched refs:AddTask (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dthread_pool_test.cc67 thread_pool.AddTask(self, new CountTask(&count)); in TEST_F()
82 thread_pool.AddTask(self, new CountTask(&count)); in TEST_F()
92 thread_pool.AddTask(self, new CountTask(&bad_count)); in TEST_F()
114 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
115 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
137 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth)); in TEST_F()
Dbarrier_test.cc69 thread_pool.AddTask(self, new CheckWaitTask(&barrier, &count1, &count2)); in TEST_F()
120 thread_pool.AddTask(self, new CheckPassTask(&barrier, &count, num_sub_tasks)); in TEST_F()
Dmonitor_test.cc329 thread_pool.AddTask(self, new CreateTask(test, create_sleep, c_millis, c_expected)); in CommonWaitSetup()
331 thread_pool.AddTask(self, new InterruptTask(test, use_sleep, static_cast<uint64_t>(u_millis))); in CommonWaitSetup()
333 thread_pool.AddTask(self, new UseTask(test, use_sleep, u_millis, u_expected)); in CommonWaitSetup()
335 thread_pool.AddTask(self, new WatchdogTask(test)); in CommonWaitSetup()
Dthread_pool.h79 void AddTask(Thread* self, Task* task);
Dthread_pool.cc68 void ThreadPool::AddTask(Thread* self, Task* task) { in AddTask() function in art::ThreadPool
/art/runtime/gc/space/
Dlarge_object_space_test.cc137 thread_pool.AddTask(self, new AllocRaceTask(i, kNumIterations, 16 * KB, los)); in RaceTest()
/art/runtime/gc/collector/
Dmark_sweep.cc636 thread_pool_->AddTask(Thread::Current(), task); in MarkStackPush()
776 thread_pool->AddTask(self, task); in ScanGrayObjects()
880 thread_pool->AddTask(self, task); in RecursiveMark()
1175 thread_pool->AddTask(self, new MarkStackTask<false>(thread_pool, this, delta, it)); in ProcessMarkStackParallel()
/art/compiler/driver/
Dcompiler_driver.cc1494 thread_pool_->AddTask(self, new ForAllClosure(this, end, callback)); in ForAll()