Searched refs:PostWorkerTask (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/threading/
H A Dsequenced_worker_pool.h60 // You can also post tasks to the pool without ordering using PostWorkerTask.
247 bool PostWorkerTask(const tracked_objects::Location& from_here,
250 // Same as PostWorkerTask but allows a delay to be specified (although doing
256 // If the delay is zero, this behaves exactly like PostWorkerTask, i.e. the
263 // Same as PostWorkerTask but allows specification of the shutdown behavior.
269 // Like PostWorkerTask above, but provides sequencing semantics. This means
H A Dsequenced_worker_pool.cc1308 bool SequencedWorkerPool::PostWorkerTask( function in class:base::SequencedWorkerPool

Completed in 200 milliseconds