Lines Matching defs:threadPool
173 llvm::ThreadPoolInterface *threadPool = nullptr;
274 threadPool = ownedThreadPool.get();
608 assert(impl->threadPool);
609 impl->threadPool = nullptr;
612 } else if (!impl->threadPool) {
616 impl->threadPool = impl->ownedThreadPool.get();
623 impl->threadPool = &pool;
630 assert(impl->threadPool &&
632 return impl->threadPool->getMaxConcurrency();
641 assert(impl->threadPool &&
643 return *impl->threadPool;