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.h49 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;
H A DBalancedPartitioning.h53 class ThreadPoolInterface; variable
118 ThreadPoolInterface &TheThreadPool;
131 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.h56 class ThreadPoolInterface; variable
495 static llvm::ThreadPoolInterface &GetThreadPool();
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp352 ThreadPoolInterface &Pool, in DebuginfodCollection()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2234 llvm::ThreadPoolInterface &Debugger::GetThreadPool() { in GetThreadPool()