Lines Matching refs:Worker
33 // A worker thread pool that enforces ordering between sets of tasks. It also
70 // not enforce shutdown semantics or allow us to specify how many worker
81 // Defines what should happen to a task posted to the worker pool on
86 // shutdown will be ignored (the worker thread will not be joined).
125 // Opaque identifier that defines sequencing of tasks posted to the worker
163 // If current thread is not a SequencedWorkerPool worker thread or is running
181 // current thread is not a SequencedWorkerPool worker thread.
227 // Posts the given task for execution in the worker pool. Tasks posted with
234 // all worker threads are busy running CONTINUE_ON_SHUTDOWN tasks, there
341 // Implements the worker pool shutdown. This should be called during app
371 class Worker;