Searched refs:ThreadPoolInterface (Results 1 – 18 of 18) sorted by relevance
49 class ThreadPoolInterface {58 virtual ~ThreadPoolInterface();124 class StdThreadPool : public ThreadPoolInterface {218 class SingleThreadExecutor : public ThreadPoolInterface {267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()284 ThreadPoolInterface &Pool;
53 class ThreadPoolInterface; variable118 ThreadPoolInterface &TheThreadPool;131 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
100 class ThreadPoolInterface; variable138 ThreadPoolInterface &Pool;148 ThreadPoolInterface &Pool, double MinInterval);
25 class ThreadPoolInterface; variable48 DEFINE_C_API_PTR_METHODS(MlirLlvmThreadPool, llvm::ThreadPoolInterface)
20 class ThreadPoolInterface; variable 165 void setThreadPool(llvm::ThreadPoolInterface &pool);178 llvm::ThreadPoolInterface &getThreadPool();
69 llvm::ThreadPoolInterface &threadPool = context->getThreadPool(); in failableParallelForEach()
23 class ThreadPoolInterface; variable107 ThreadPoolInterface *TPool;
52 std::unique_ptr<ThreadPoolInterface> ThreadPoolPtr;105 ThreadPoolInterface &getThreadPool(const unsigned ThreadsCount) { in getThreadPool() 151 ThreadPoolInterface &Pool = getThreadPool(); in runOnEachFunction() 220 ThreadPoolInterface &Pool = getThreadPool(); in runOnEachFunctionWithUniqueAllocId()
23 ThreadPoolInterface::~ThreadPoolInterface() = default;
53 ThreadPoolInterface &
223 std::unique_ptr<ThreadPoolInterface> ChunkThreadPoolPtr; in runDeltaPass() 255 ThreadPoolInterface &ChunkThreadPool = *ChunkThreadPoolPtr; in runDeltaPass()
173 llvm::ThreadPoolInterface *threadPool = nullptr;177 std::unique_ptr<llvm::ThreadPoolInterface> ownedThreadPool;620 void MLIRContext::setThreadPool(llvm::ThreadPoolInterface &pool) { in disableMultithreading() 638 llvm::ThreadPoolInterface &MLIRContext::getThreadPool() { in getNumThreads()
56 class ThreadPoolInterface; variable 503 static llvm::ThreadPoolInterface &GetThreadPool();
512 llvm::ThreadPoolInterface *threadPool) { in registerAndParseCLIOptions() 613 ThreadPoolInterface *threadPool = nullptr;
60 llvm::ThreadPoolInterface &getThreadPool() { return threadPool; } in getThreadPool()
505 ThreadPoolInterface *ThPool; in runOnFunctions()
352 ThreadPoolInterface &Pool, in DebuginfodCollection()
2272 llvm::ThreadPoolInterface &Debugger::GetThreadPool() {