Home
last modified time | relevance | path

Searched refs:hardware_concurrency (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp138 return llvm::hardware_concurrency(); in get_threadpool_strategy()
150 ThreadPoolStrategy S = llvm::hardware_concurrency(); in get_threadpool_strategy()
H A DParallel.cpp43 explicit ThreadPoolExecutor(ThreadPoolStrategy S = hardware_concurrency()) { in ThreadPoolExecutor()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dthread.cpp73 thread::hardware_concurrency() noexcept in hardware_concurrency() function in thread
94 # warning hardware_concurrency not yet implemented in hardware_concurrency()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Dthread.h45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
H A DThreadPool.h46 ThreadPool(ThreadPoolStrategy S = hardware_concurrency());
H A DThreading.h217 inline ThreadPoolStrategy hardware_concurrency(unsigned ThreadCount = 0) {
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_thread.h216 hardware_concurrency() noexcept; in _GLIBCXX_VISIBILITY()
301 inline unsigned int thread::hardware_concurrency() noexcept { return 0; } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DParallelCG.cpp56 ThreadPool CodegenThreadPool(hardware_concurrency(OSs.size())); in splitCodeGen()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dthread201 hardware_concurrency() noexcept;
514 hardware_concurrency() noexcept
516 return thread::hardware_concurrency();
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dthread211 hardware_concurrency() noexcept
213 return thread::hardware_concurrency();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dthread.cc185 thread::hardware_concurrency() noexcept in hardware_concurrency() function in std::thread
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dthread.cc187 thread::hardware_concurrency() noexcept in hardware_concurrency() function in std::thread
/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/dist/llvm/lib/Support/Unix/
H A DThreading.inc297 // Guard against std::thread::hardware_concurrency() returning 0.
298 if (unsigned Val = std::thread::hardware_concurrency())
/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/libcxx/include/
H A Dthread44 static unsigned hardware_concurrency() noexcept;
270 static unsigned hardware_concurrency() _NOEXCEPT;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtil.cpp216 unsigned N = std::thread::hardware_concurrency(); in NumberOfCpuCores()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp110 std::max(2u, llvm::hardware_concurrency().compute_thread_count() / 4); in DependencyScanningFilesystemSharedCache()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp233 ThreadPoolStrategy S = hardware_concurrency(Options.NumThreads); in renderFiles()
H A DCoverageReport.cpp391 ThreadPoolStrategy S = hardware_concurrency(Options.NumThreads); in prepareFileReports()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp281 NumThreads > 0 ? NumThreads : std::thread::hardware_concurrency(); in handleObjectFile()
/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.cpp586 ThreadPoolStrategy S = hardware_concurrency( in main()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThinLTO.rst111 ``std::thread::hardware_concurrency`` number of threads in parallel.

12