Searched refs:ThreadPoolInterface (Results 1 – 8 of 8) sorted by relevance
50 class LLVM_ABI ThreadPoolInterface {59 virtual ~ThreadPoolInterface();125 class LLVM_ABI StdThreadPool : public ThreadPoolInterface {219 class LLVM_ABI SingleThreadExecutor : public ThreadPoolInterface {268 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()285 ThreadPoolInterface &Pool;
54 class ThreadPoolInterface; variable119 ThreadPoolInterface &TheThreadPool;132 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
100 class ThreadPoolInterface; variable138 ThreadPoolInterface &Pool;148 ThreadPoolInterface &Pool, double MinInterval);
23 class ThreadPoolInterface; variable107 ThreadPoolInterface *TPool;
23 ThreadPoolInterface::~ThreadPoolInterface() = default;
60 class ThreadPoolInterface; variable507 static llvm::ThreadPoolInterface &GetThreadPool();
364 ThreadPoolInterface &Pool, in DebuginfodCollection()
2381 llvm::ThreadPoolInterface &Debugger::GetThreadPool() { in GetThreadPool()