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
600 type threadPool struct { struct
601 receivedRequests sync.WaitGroup
602 activeRequests semaphore
613 func (p *threadPool) Run(function func()) {
635 func (p *threadPool) Wait() {