Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreadPool.cpp23 ThreadPool::ThreadPool(ThreadPoolStrategy S) in ThreadPool() function in ThreadPool
69 void ThreadPool::wait() { in wait()
75 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()
93 ThreadPool::~ThreadPool() { in ~ThreadPool()
106 ThreadPool::ThreadPool(ThreadPoolStrategy S) in ThreadPool() function in ThreadPool
114 void ThreadPool::wait() { in wait()
123 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()
133 ThreadPool::~ThreadPool() { wait(); } in ~ThreadPool()
H A DCMakeLists.txt182 ThreadPool.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreadPool.h37 class ThreadPool {
46 ThreadPool(ThreadPoolStrategy S = hardware_concurrency());
49 ~ThreadPool();
H A DTaskQueue.h69 TaskQueue(ThreadPool &Scheduler) : Scheduler(Scheduler) { (void)Scheduler; } in TaskQueue()
124 ThreadPool &Scheduler;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DParallelCG.cpp56 ThreadPool CodegenThreadPool(hardware_concurrency(OSs.size())); in splitCodeGen()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/Support/
H A DBUILD.gn83 "ThreadPool.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute()
/netbsd-src/external/apache2/llvm/lib/libLLVMSupport/
H A DMakefile145 ThreadPool.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp135 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)};
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn132 "ThreadPool.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h209 std::unique_ptr<ThreadPool> CompileThreads;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp240 ThreadPool Pool(S); in renderFiles()
H A DCoverageReport.cpp398 ThreadPool Pool(S); in prepareFileReports()
H A DCodeCoverage.cpp1071 ThreadPool Pool(S); in doShow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp944 ThreadPool Pool; in run()
1076 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
H A DLTOBackend.cpp426 ThreadPool CodegenThreadPool( in splitCodeGen()
H A DLTO.cpp1178 ThreadPool BackendThreadPool;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp448 ThreadPool pool(hardware_concurrency(NumThreads)); in convert()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp558 llvm::ThreadPool Pool(llvm::hardware_concurrency(NumThreads)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp594 ThreadPool Threads(S); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1128 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp356 ThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst626 ThreadPool TP(NumThreads);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2573 ThreadPool Pool(hardware_concurrency(2)); in link()