Lines Matching refs:threadPool
154 threadPool *threadPool member
377 f.threadPool = newThreadPool(f.numDbLoadingThreads)
386 f.threadPool = nil
603 type threadPool struct { struct
608 func newThreadPool(maxNumConcurrentThreads int) *threadPool {
609 return &threadPool{
616 func (p *threadPool) Run(function func()) {
638 func (p *threadPool) Wait() {
907 threadPool := newThreadPool(f.numDbLoadingThreads)
921 threadPool.Run(
948 threadPool.Wait()
1000 f.threadPool.Wait()
1038 f.threadPool.Wait()
1256 f.threadPool.Run(
1375 f.threadPool.Run(
1385 f.threadPool.Run(