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

  /external/libchrome/base/threading/
sequenced_worker_pool.h 58 // You can also post tasks to the pool without ordering using PostWorkerTask.
278 bool PostWorkerTask(const tracked_objects::Location& from_here,
281 // Same as PostWorkerTask but allows a delay to be specified (although doing
287 // If the delay is zero, this behaves exactly like PostWorkerTask, i.e. the
294 // Same as PostWorkerTask but allows specification of the shutdown behavior.
300 // Like PostWorkerTask above, but provides sequencing semantics. This means
sequenced_worker_pool.cc     [all...]

Completed in 57 milliseconds