/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Threading.cpp | 50 unsigned llvm::hardware_concurrency() { return 1; } in hardware_concurrency() function in llvm 72 return std::thread::hardware_concurrency(); in heavyweight_hardware_concurrency() 76 unsigned llvm::hardware_concurrency() { in hardware_concurrency() function in llvm 83 if (unsigned Val = std::thread::hardware_concurrency()) in hardware_concurrency()
|
D | Parallel.cpp | 66 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) in ThreadPoolExecutor()
|
D | ThreadPool.cpp | 25 ThreadPool::ThreadPool() : ThreadPool(hardware_concurrency()) {} in ThreadPool()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | group_by.cpp | 39 … auto total = rxcpp::observable<>::range(0, (2 * std::thread::hardware_concurrency()) - 1). 42 … static const int chunk = 100000000 / (2 * std::thread::hardware_concurrency()); in __anon769080da0202() 48 [](work w) -> int {return w.index % std::thread::hardware_concurrency();}, in __anon769080da0302() 118 … auto total = rxcpp::observable<>::range(0, (2 * std::thread::hardware_concurrency()) - 1). 121 … static const int chunk = 100000000 / (2 * std::thread::hardware_concurrency()); in __anon769080da0a02()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-eventloop.hpp | 77 auto remaining = std::max(std::thread::hardware_concurrency(), unsigned(4)); 87 auto remaining = std::max(std::thread::hardware_concurrency(), unsigned(4)); in event_loop()
|
/external/libcxx/src/ |
D | thread.cpp | 78 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/ |
D | hardware_concurrency.pass.cpp | 23 assert(std::thread::hardware_concurrency() > 0); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Threading.cpp | 22 ASSERT_LE(Num, thread::hardware_concurrency()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | thread.h | 46 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
|
D | Threading.h | 140 unsigned hardware_concurrency();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | thread.h | 60 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
|
/external/llvm/include/llvm/Support/ |
D | thread.h | 60 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Threading.cpp | 127 return thread::hardware_concurrency(); in heavyweight_hardware_concurrency()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_platform.cc | 39 return std::thread::hardware_concurrency(); in VisibleDeviceCount()
|
/external/llvm/lib/Support/ |
D | ThreadPool.cpp | 24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool()
|
/external/eigen/unsupported/test/ |
D | cxx11_eventcount.cpp | 81 const int kThreads = std::thread::hardware_concurrency(); in test_stress_eventcount()
|
/external/libkmsxx/kms++util/src/ |
D | testpat.cpp | 165 unsigned num_threads = thread::hardware_concurrency(); in draw_test_pattern_impl()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | port.cc | 74 unsigned int count = std::thread::hardware_concurrency(); in NumSchedulableCPUs()
|
/external/libcxx/include/ |
D | thread | 47 static unsigned hardware_concurrency() noexcept; 332 static unsigned hardware_concurrency() _NOEXCEPT;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 346 Options.Threads = llvm::thread::hardware_concurrency(); in getOptions()
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 551 ThreadCount = std::thread::hardware_concurrency(); in show()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 67 cl::init(std::thread::hardware_concurrency()));
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 260 std::min(hardware_concurrency(), unsigned((Inputs.size() + 1) / 2)); in mergeInstrProfile()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1220 : thread::hardware_concurrency(); in thinLTOBackends()
|