Lines Matching refs:threadPool
151 threadPool *threadPool member
374 f.threadPool = newThreadPool(f.numDbLoadingThreads)
383 f.threadPool = nil
600 type threadPool struct { struct
605 func newThreadPool(maxNumConcurrentThreads int) *threadPool {
606 return &threadPool{
613 func (p *threadPool) Run(function func()) { argument
635 func (p *threadPool) Wait() { argument
904 threadPool := newThreadPool(f.numDbLoadingThreads)
918 threadPool.Run(
945 threadPool.Wait()
997 f.threadPool.Wait()
1035 f.threadPool.Wait()
1253 f.threadPool.Run(
1362 f.threadPool.Run(
1372 f.threadPool.Run(