Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go151 threadPool *threadPool member
599 type threadPool struct { struct
600 receivedRequests sync.WaitGroup
601 activeRequests semaphore
612 func (p *threadPool) Run(function func()) {
634 func (p *threadPool) Wait() {