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

  /art/runtime/
thread_pool_test.cc 68 thread_pool.AddTask(self, new CountTask(&count));
83 thread_pool.AddTask(self, new CountTask(&count));
93 thread_pool.AddTask(self, new CountTask(&bad_count));
109 thread_pool.AddTask(self, new CountTask(&count));
134 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
135 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
157 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth));
196 thread_pool.AddTask(self, new NoPeerTask());
208 thread_pool.AddTask(self, new PeerTask());
barrier_test.cc 69 thread_pool.AddTask(self, new CheckWaitTask(&barrier, &count1, &count2));
120 thread_pool.AddTask(self, new CheckPassTask(&barrier, &count, num_sub_tasks));
monitor_test.cc 322 thread_pool.AddTask(self, new CreateTask(test, create_sleep, c_millis, c_expected));
324 thread_pool.AddTask(self, new InterruptTask(test, use_sleep, static_cast<uint64_t>(u_millis)));
326 thread_pool.AddTask(self, new UseTask(test, use_sleep, u_millis, u_expected));
328 thread_pool.AddTask(self, new WatchdogTask(test));
414 thread_pool.AddTask(self, new TryLockTask(obj1));
thread_pool.h 103 void AddTask(Thread* self, Task* task) REQUIRES(!task_queue_lock_);
thread_pool.cc 104 void ThreadPool::AddTask(Thread* self, Task* task) {
oat_file_assistant_test.cc     [all...]
  /art/runtime/gc/
task_processor_test.cc 38 task_processor_->AddTask(self,
72 task_processor.AddTask(self, new RecursiveTask(&task_processor, &counter, kRecursion));
75 thread_pool.AddTask(self, new WorkUntilDoneTask(&task_processor, &done_running));
95 task_processor.AddTask(self, new RecursiveTask(&task_processor, &counter, kRecursion));
96 thread_pool.AddTask(self, new WorkUntilDoneTask(&task_processor, &done_running));
134 task_processor.AddTask(self, task);
139 thread_pool.AddTask(self, new WorkUntilDoneTask(&task_processor, &done_running));
task_processor.h 57 void AddTask(Thread* self, HeapTask* task) REQUIRES(!*lock_);
task_processor.cc 36 void TaskProcessor::AddTask(Thread* self, HeapTask* task) {
reference_processor.cc 281 Runtime::Current()->GetHeap()->GetTaskProcessor()->AddTask(
heap.cc     [all...]
  /external/libchrome/base/threading/
worker_pool_posix.h 75 void AddTask(PendingTask* pending_task);
worker_pool_posix.cc 145 AddTask(&pending_task);
148 void PosixDynamicThreadPool::AddTask(PendingTask* pending_task) {
  /external/libchrome/base/
observer_list_unittest.cc 113 base::Bind(&AddRemoveThread::AddTask, weak_factory_.GetWeakPtr()));
124 void AddTask() {
143 base::Bind(&AddRemoveThread::AddTask, weak_factory_.GetWeakPtr()));
173 int count_addtask_; // Number of times thread AddTask was called
  /art/runtime/gc/space/
large_object_space_test.cc 158 thread_pool.AddTask(self, new AllocRaceTask(i, kNumIterations, 16 * KB, los));
  /art/compiler/
elf_writer_quick.cc 246 debug_info_thread_pool_->AddTask(self, debug_info_task_.get());
  /art/runtime/jit/
jit.cc 652 thread_pool_->AddTask(self, new JitCompileTask(method, JitCompileTask::kAllocateProfile));
662 thread_pool_->AddTask(self, new JitCompileTask(method, JitCompileTask::kCompile));
673 thread_pool_->AddTask(self, new JitCompileTask(method, JitCompileTask::kCompileOsr));
  /art/runtime/gc/collector/
mark_sweep.cc 759 thread_pool_->AddTask(Thread::Current(), task);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
azroles.h     [all...]
shobjidl.h     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1293 milliseconds