Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go151 threadPool *threadPool member
374 f.threadPool = newThreadPool(f.numDbLoadingThreads)
383 f.threadPool = nil
600 type threadPool struct { struct
605 func newThreadPool(maxNumConcurrentThreads int) *threadPool {
606 return &threadPool{
613 func (p *threadPool) Run(function func()) { argument
635 func (p *threadPool) Wait() { argument
904 threadPool := newThreadPool(f.numDbLoadingThreads)
918 threadPool.Run(
[all …]