| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 36 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 D | BalancedPartitioning.cpp | 85 ThreadPool TheThreadPool; in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 52 class ThreadPool { 58 ThreadPool(ThreadPoolStrategy S = hardware_concurrency()); 61 ~ThreadPool(); 227 ThreadPoolTaskGroup(ThreadPool &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup() 244 ThreadPool &Pool;
|
| H A D | BalancedPartitioning.h | 53 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 D | Debuginfod.h | 100 class ThreadPool; variable 138 ThreadPool &Pool; 148 ThreadPool &Pool, double MinInterval);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.h | 23 class ThreadPool; variable 107 ThreadPool *TPool;
|
| H A D | SourceCoverageViewHTML.h | 22 class ThreadPool; variable
|
| H A D | CoverageReport.cpp | 468 ThreadPool Pool(S); in prepareFileReports() 583 ThreadPool Pool(PoolS); in prepareDirectoryReports()
|
| H A D | CoverageExporterJson.cpp | 280 ThreadPool Pool(S); in renderFiles()
|
| H A D | CodeCoverage.cpp | 1228 ThreadPool Pool(S); in doShow()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 55 ThreadPool CodegenThreadPool(hardware_concurrency(OSs.size())); in splitCodeGen()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 55 class ThreadPool; variable 502 static llvm::ThreadPool &GetThreadPool();
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | AllTUsExecution.cpp | 118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 257 std::unique_ptr<ThreadPool> CompileThreads;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 992 ThreadPool Pool; in run() 1138 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
|
| H A D | LTOBackend.cpp | 432 ThreadPool CodegenThreadPool( in splitCodeGen()
|
| H A D | LTO.cpp | 1412 ThreadPool BackendThreadPool;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 106 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 D | Debuginfod.cpp | 351 DebuginfodLog &Log, ThreadPool &Pool, in DebuginfodCollection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 578 ThreadPool pool(hardware_concurrency(NumThreads)); in convert()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 976 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 195 ThreadPool Pool(llvm::parallel::strategy); in link()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 69 ThreadPool threadPool;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2938 ThreadPool Pool(hardware_concurrency(2)); in link()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 901 ThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile()
|