Home
last modified time | relevance | path

Searched refs:threadPool (Results 1 – 1 of 1) sorted by relevance

/build/soong/finder/
Dfinder.go158 threadPool *threadPool member
381 f.threadPool = newThreadPool(f.numDbLoadingThreads)
390 f.threadPool = nil
607 type threadPool struct { struct
612 func newThreadPool(maxNumConcurrentThreads int) *threadPool {
613 return &threadPool{
620 func (p *threadPool) Run(function func()) { argument
642 func (p *threadPool) Wait() { argument
912 threadPool := newThreadPool(f.numDbLoadingThreads)
926 threadPool.Run(
[all …]