Searched refs:ThreadPoolInterface (Results 1 – 8 of 8) 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);
23 class ThreadPoolInterface; variable107 ThreadPoolInterface *TPool;
23 ThreadPoolInterface::~ThreadPoolInterface() = default;
56 class ThreadPoolInterface; variable495 static llvm::ThreadPoolInterface &GetThreadPool();
352 ThreadPoolInterface &Pool, in DebuginfodCollection()
2234 llvm::ThreadPoolInterface &Debugger::GetThreadPool() { in GetThreadPool()