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

1 2

  /external/chromium_org/components/gcm_driver/
gcm_delayed_task_controller.h 21 void AddTask(const base::Closure& task);
gcm_delayed_task_controller_unittest.cc 52 controller()->AddTask(base::Bind(&GCMDelayedTaskControllerTest::TestTask,
54 controller()->AddTask(base::Bind(&GCMDelayedTaskControllerTest::TestTask,
gcm_delayed_task_controller.cc 17 void GCMDelayedTaskController::AddTask(const base::Closure& task) {
gcm_driver_desktop.cc 482 delayed_task_controller_->AddTask(base::Bind(&GCMDriverDesktop::DoRegister,
511 delayed_task_controller_->AddTask(
539 delayed_task_controller_->AddTask(base::Bind(&GCMDriverDesktop::DoSend,
  /art/runtime/
thread_pool_test.cc 67 thread_pool.AddTask(self, new CountTask(&count));
82 thread_pool.AddTask(self, new CountTask(&count));
92 thread_pool.AddTask(self, new CountTask(&bad_count));
114 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
115 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
137 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth));
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 329 thread_pool.AddTask(self, new CreateTask(test, create_sleep, c_millis, c_expected));
331 thread_pool.AddTask(self, new InterruptTask(test, use_sleep, static_cast<uint64_t>(u_millis)));
333 thread_pool.AddTask(self, new UseTask(test, use_sleep, u_millis, u_expected));
335 thread_pool.AddTask(self, new WatchdogTask(test));
thread_pool.h 79 void AddTask(Thread* self, Task* task);
thread_pool.cc 68 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 603 startup_task_runner_->AddTask(pre_create_threads);
607 startup_task_runner_->AddTask(create_threads);
611 startup_task_runner_->AddTask(browser_thread_started);
615 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/components/domain_reliability/
util_unittest.cc 34 TEST_F(DomainReliabilityMockTimeTest, AddTask) {
38 time_.AddTask(2 * delta, callback.callback());
test_util.h 86 void AddTask(base::TimeDelta delay, const base::Closure& task);
test_util.cc 39 time_->AddTask(delay,
145 void MockTime::AddTask(base::TimeDelta delay, const base::Closure& 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_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/space/
large_object_space_test.cc 137 thread_pool.AddTask(self, new AllocRaceTask(i, kNumIterations, 16 * KB, los));
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 138 void AddTask(const SyncTasks::key_type& key,
180 // The delay is used for delaying processing tasks in AddTask().
sync_client.cc 272 AddTask(SyncTasks::key_type(FETCH, local_id), task, delay);
299 AddTask(SyncTasks::key_type(UPDATE, local_id), task, delay);
302 void SyncClient::AddTask(const SyncTasks::key_type& key,
  /art/runtime/gc/collector/
mark_sweep.cc 636 thread_pool_->AddTask(Thread::Current(), task);
776 thread_pool->AddTask(self, task);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
azroles.h     [all...]

Completed in 1149 milliseconds

1 2