Searched refs:AddTask (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | thread_pool_test.cc | 67 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()
|
D | barrier_test.cc | 69 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()
|
D | monitor_test.cc | 329 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()
|
D | thread_pool.h | 79 void AddTask(Thread* self, Task* task);
|
D | thread_pool.cc | 68 void ThreadPool::AddTask(Thread* self, Task* task) { in AddTask() function in art::ThreadPool
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 137 thread_pool.AddTask(self, new AllocRaceTask(i, kNumIterations, 16 * KB, los)); in RaceTest()
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 636 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/ |
D | compiler_driver.cc | 1494 thread_pool_->AddTask(self, new ForAllClosure(this, end, callback)); in ForAll()
|