Home
last modified time | relevance | path

Searched refs:ThreadPool (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp36 ThreadPool::ThreadPool(ThreadPoolStrategy S) in ThreadPool() function in ThreadPool
39 void ThreadPool::grow(int requested) { in grow()
145 void ThreadPool::wait() { in wait()
153 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait()
170 bool ThreadPool::isWorkerThread() const { in isWorkerThread()
180 ThreadPool::~ThreadPool() { in ~ThreadPool()
194 ThreadPool::ThreadPool(ThreadPoolStrategy S) : MaxThreadCount(1) { in ThreadPool() function in ThreadPool
202 void ThreadPool::wait() { in wait()
211 void ThreadPool::wait(ThreadPoolTaskGroup &) { in wait()
217 bool ThreadPool::isWorkerThread() const { in isWorkerThread()
[all …]
H A DBalancedPartitioning.cpp85 ThreadPool TheThreadPool; in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h52 class ThreadPool {
58 ThreadPool(ThreadPoolStrategy S = hardware_concurrency());
61 ~ThreadPool();
227 ThreadPoolTaskGroup(ThreadPool &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
244 ThreadPool &Pool;
H A DBalancedPartitioning.h53 class ThreadPool; variable
118 ThreadPool &TheThreadPool;
131 BPThreadPool(ThreadPool &TheThreadPool) : TheThreadPool(TheThreadPool) {} in BPThreadPool()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h100 class ThreadPool; variable
138 ThreadPool &Pool;
148 ThreadPool &Pool, double MinInterval);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h23 class ThreadPool; variable
107 ThreadPool *TPool;
H A DSourceCoverageViewHTML.h22 class ThreadPool; variable
H A DCoverageReport.cpp468 ThreadPool Pool(S); in prepareFileReports()
583 ThreadPool Pool(PoolS); in prepareDirectoryReports()
H A DCoverageExporterJson.cpp280 ThreadPool Pool(S); in renderFiles()
H A DCodeCoverage.cpp1228 ThreadPool Pool(S); in doShow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DParallelCG.cpp55 ThreadPool CodegenThreadPool(hardware_concurrency(OSs.size())); in splitCodeGen()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h55 class ThreadPool; variable
502 static llvm::ThreadPool &GetThreadPool();
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h257 std::unique_ptr<ThreadPool> CompileThreads;
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp992 ThreadPool Pool; in run()
1138 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
H A DLTOBackend.cpp432 ThreadPool CodegenThreadPool( in splitCodeGen()
H A DLTO.cpp1412 ThreadPool BackendThreadPool;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp106 static llvm::ThreadPool *g_thread_pool = nullptr;
611 g_thread_pool = new llvm::ThreadPool(llvm::optimal_concurrency()); in Initialize()
2193 llvm::ThreadPool &Debugger::GetThreadPool() { in GetThreadPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp351 DebuginfodLog &Log, ThreadPool &Pool, in DebuginfodCollection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp578 ThreadPool pool(hardware_concurrency(NumThreads)); in convert()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp976 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp195 ThreadPool Pool(llvm::parallel::strategy); in link()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp69 ThreadPool threadPool;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2938 ThreadPool Pool(hardware_concurrency(2)); in link()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp901 ThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile()

12