Searched refs:threadPool (Results 1 – 1 of 1) sorted by relevance
158 threadPool *threadPool member381 f.threadPool = newThreadPool(f.numDbLoadingThreads)390 f.threadPool = nil607 type threadPool struct { struct612 func newThreadPool(maxNumConcurrentThreads int) *threadPool {613 return &threadPool{620 func (p *threadPool) Run(function func()) { argument642 func (p *threadPool) Wait() { argument912 threadPool := newThreadPool(f.numDbLoadingThreads)926 threadPool.Run([all …]