Searched refs:threadPool (Results 1 – 1 of 1) sorted by relevance
151 threadPool *threadPool member374 f.threadPool = newThreadPool(f.numDbLoadingThreads)383 f.threadPool = nil600 type threadPool struct { struct605 func newThreadPool(maxNumConcurrentThreads int) *threadPool {606 return &threadPool{613 func (p *threadPool) Run(function func()) { argument635 func (p *threadPool) Wait() { argument904 threadPool := newThreadPool(f.numDbLoadingThreads)918 threadPool.Run([all …]