Home
last modified time | relevance | path

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

/external/libcxx/src/
Dthread.cpp78 thread::hardware_concurrency() _NOEXCEPT in hardware_concurrency() function in thread
105 # warning hardware_concurrency not yet implemented in hardware_concurrency()
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.static/
Dhardware_concurrency.pass.cpp23 assert(std::thread::hardware_concurrency() > 0); in main()
/external/llvm/include/llvm/Support/
Dthread.h60 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dthread.h60 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp127 return thread::hardware_concurrency(); in heavyweight_hardware_concurrency()
/external/llvm/lib/Support/
DThreadPool.cpp24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool()
/external/eigen/unsupported/test/
Dcxx11_eventcount.cpp81 const int kThreads = std::thread::hardware_concurrency(); in test_stress_eventcount()
/external/libcxx/include/
Dthread47 static unsigned hardware_concurrency() noexcept;
329 static unsigned hardware_concurrency() _NOEXCEPT;
/external/skia/tools/
Dok.cpp283 if (jobs == 1) { jobs = std::thread::hardware_concurrency(); } in main()
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp551 ThreadCount = std::thread::hardware_concurrency(); in show()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp67 cl::init(std::thread::hardware_concurrency()));
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp63 int worker_count = std::thread::hardware_concurrency(); in init_workers()
/external/llvm/tools/gold/
Dgold-plugin.cpp1220 : thread::hardware_concurrency(); in thinLTOBackends()