Home
last modified time | relevance | path

Searched refs:ThreadPoolInterface (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h50 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;
H A DBalancedPartitioning.h54 class ThreadPoolInterface; variable
119 ThreadPoolInterface &TheThreadPool;
132 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h100 class ThreadPoolInterface; variable
138 ThreadPoolInterface &Pool;
148 ThreadPoolInterface &Pool, double MinInterval);
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h23 class ThreadPoolInterface; variable
107 ThreadPoolInterface *TPool;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp23 ThreadPoolInterface::~ThreadPoolInterface() = default;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h60 class ThreadPoolInterface; variable
507 static llvm::ThreadPoolInterface &GetThreadPool();
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp364 ThreadPoolInterface &Pool, in DebuginfodCollection()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2381 llvm::ThreadPoolInterface &Debugger::GetThreadPool() { in GetThreadPool()