Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go154 threadPool *threadPool member
603 type threadPool struct { struct
604 receivedRequests sync.WaitGroup
605 activeRequests semaphore
616 func (p *threadPool) Run(function func()) {
638 func (p *threadPool) Wait() {