Home | History | Annotate | Download | only in threading

Lines Matching refs:worker_pool

233   // Hold a (cyclic) ref to |worker_pool|, since we want to keep it
235 Worker(const scoped_refptr<SequencedWorkerPool>& worker_pool,
271 Inner(SequencedWorkerPool* worker_pool, size_t max_threads,
482 const scoped_refptr<SequencedWorkerPool>& worker_pool,
486 worker_pool_(worker_pool),
516 SequencedWorkerPool* worker_pool,
520 : worker_pool_(worker_pool),