HomeSort by relevance Sort by last modified time
    Searched defs:PostTask (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/test/
test_io_thread.cc 52 void TestIOThread::PostTask(const tracked_objects::Location& from_here,
54 task_runner()->PostTask(from_here, task);
61 task_runner()->PostTask(from_here,
  /external/libbrillo/brillo/message_loops/
message_loop.h 62 TaskId PostTask(const base::Closure& task) {
65 TaskId PostTask(const tracked_objects::Location& from_here,
  /external/libchrome/base/
task_runner.cc 23 bool PostTask(const tracked_objects::Location& from_here,
35 bool PostTaskAndReplyTaskRunner::PostTask(
38 return destination_->PostTask(from_here, task);
43 bool TaskRunner::PostTask(const tracked_objects::Location& from_here,
  /external/libchrome/base/task/
cancelable_task_tracker.cc 55 task_runner->PostTask(FROM_HERE, closure);
74 CancelableTaskTracker::TaskId CancelableTaskTracker::PostTask(
  /external/libchrome/base/threading/
worker_pool_posix.cc 38 void PostTask(const tracked_objects::Location& from_here,
54 void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here,
57 pool_->PostTask(from_here, task);
107 bool WorkerPool::PostTask(const tracked_objects::Location& from_here,
110 g_lazy_worker_pool.Pointer()->PostTask(from_here, task, task_is_slow);
141 void PosixDynamicThreadPool::PostTask(
sequenced_worker_pool.cc 308 bool PostTask(const std::string* optional_token_name,
607 bool SequencedWorkerPool::Inner::PostTask(
652 "SequencedWorkerPool::Inner::PostTask",
    [all...]
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 122 void ProcessThreadImpl::PostTask(rtc::scoped_ptr<ProcessTask> task) {
  /system/connectivity/wificond/
looper_backed_event_loop.cpp 79 void LooperBackedEventLoop::PostTask(const std::function<void()>& callback) {
135 PostTask([this](){ should_continue_ = false; });
  /external/libchrome/base/message_loop/
message_loop.cc 279 void MessageLoop::PostTask(
282 task_runner_->PostTask(from_here, task);
494 task_annotator_.RunTask("MessageLoop::PostTask", pending_task);

Completed in 283 milliseconds