Searched defs:worker_pool (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/threading/
H A Dsequenced_worker_pool.cc267 // Hold a (cyclic) ref to |worker_pool|, since we want to keep it
269 Worker(scoped_refptr<SequencedWorkerPool> worker_pool,
313 scoped_refptr<SequencedWorkerPool> worker_pool() const { function in class:base::SequencedWorkerPool::Worker
340 Inner(SequencedWorkerPool* worker_pool,
587 scoped_refptr<SequencedWorkerPool> worker_pool,
591 worker_pool_(std::move(worker_pool)),
639 SequencedWorkerPool::Inner::Inner(SequencedWorkerPool* worker_pool, argument
644 : worker_pool_(worker_pool),
1476 return worker->worker_pool();
586 Worker( scoped_refptr<SequencedWorkerPool> worker_pool, int thread_number, const std::string& prefix) argument
/external/libmicrohttpd/src/microhttpd/
H A Dinternal.h1072 struct MHD_Daemon *worker_pool; member in struct:MHD_Daemon

Completed in 100 milliseconds