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

  /art/runtime/
thread_pool_test.cc 66 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));
barrier_test.cc 75 thread_pool.AddTask(self, new CheckWaitTask(&barrier, &count1, &count2, &count3));
130 thread_pool.AddTask(self, new CheckPassTask(&barrier, &count, num_sub_tasks));
thread_pool.h 78 void AddTask(Thread* self, Task* task);
thread_pool.cc 65 void ThreadPool::AddTask(Thread* self, Task* task) {
  /external/chromium_org/content/browser/
startup_task_runner.h 45 void AddTask(StartupTask& callback);
startup_task_runner_unittest.cc 128 runner.AddTask(task1);
132 runner.AddTask(task2);
166 runner.AddTask(task1);
170 runner.AddTask(task2);
201 runner.AddTask(task3);
205 runner.AddTask(task2);
243 runner.AddTask(task1);
246 runner.AddTask(task2);
290 runner.AddTask(task3);
293 runner.AddTask(task2)
    [all...]
startup_task_runner.cc 20 void StartupTaskRunner::AddTask(StartupTask& callback) {
browser_main_loop.cc 585 startup_task_runner_->AddTask(pre_create_threads);
589 startup_task_runner_->AddTask(create_threads);
593 startup_task_runner_->AddTask(browser_thread_started);
597 startup_task_runner_->AddTask(pre_main_message_loop_run);
    [all...]
  /external/chromium_org/base/threading/
worker_pool_posix.h 75 void AddTask(PendingTask* pending_task);
worker_pool_posix.cc 152 AddTask(&pending_task);
155 void PosixDynamicThreadPool::AddTask(PendingTask* pending_task) {
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.cc 199 AddTask(base::Bind(&InputBuilder::IncludeUserPreferences, AsWeakPtr()));
200 AddTask(base::Bind(&InputBuilder::IncludeLocalState, AsWeakPtr()));
201 AddTask(base::Bind(&InputBuilder::IncludeSearchEngines, AsWeakPtr()));
202 AddTask(base::Bind(&InputBuilder::IncludeLoadedModules, AsWeakPtr()));
235 AddTask(base::Bind(&InputBuilder::IncludeUserPreferencesPartTwo,
314 void AddTask(const base::Closure& task) {
  /external/chromium/base/
observer_list_unittest.cc 112 FROM_HERE, factory_->NewRunnableMethod(&AddRemoveThread::AddTask));
123 void AddTask() {
141 factory_->NewRunnableMethod(&AddRemoveThread::AddTask), 0);
170 int count_addtask_; // Number of times thread AddTask was called
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 251 AddTask(SyncTasks::key_type(FETCH, local_id), task, delay);
271 AddTask(SyncTasks::key_type(UPLOAD, local_id), task, delay);
284 AddTask(SyncTasks::key_type(UPDATE, local_id), task, delay);
287 void SyncClient::AddTask(const SyncTasks::key_type& key,
sync_client.h 128 void AddTask(const SyncTasks::key_type& key,
176 // The delay is used for delaying processing tasks in AddTask().
  /external/chromium_org/base/
observer_list_unittest.cc 119 base::Bind(&AddRemoveThread::AddTask, weak_factory_.GetWeakPtr()));
130 void AddTask() {
149 base::Bind(&AddRemoveThread::AddTask, weak_factory_.GetWeakPtr()));
178 int count_addtask_; // Number of times thread AddTask was called
  /art/runtime/gc/collector/
mark_sweep.cc 699 thread_pool_->AddTask(Thread::Current(), task);
831 thread_pool->AddTask(self, task);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 894 milliseconds