OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostWorkerTask
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/threading/
sequenced_worker_pool.h
60
// 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
sequenced_worker_pool.cc
[
all
...]
Completed in 49 milliseconds