Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go158 threadPool *threadPool member
607 type threadPool struct { struct
608 receivedRequests sync.WaitGroup
609 activeRequests semaphore
620 func (p *threadPool) Run(function func()) {
642 func (p *threadPool) Wait() {