Home
last modified time | relevance | path

Searched defs:WorkerPool (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/util/
Dworker_pool.cc86 WorkerPool::WorkerPool() : WorkerPool(GetThreadCount()) {} in WorkerPool() function in WorkerPool
88 WorkerPool::WorkerPool(size_t thread_count) : should_stop_processing_(false) { in WorkerPool() function in WorkerPool