/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_benchmark.cc | 35 BENCHMARK(BM_Mutex)->UseRealTime()->Threads(1)->ThreadPerCpu(); 92 ->Threads(1) 93 ->Threads(2) 94 ->Threads(4) 95 ->Threads(6) 96 ->Threads(8) 97 ->Threads(12) 98 ->Threads(16) 99 ->Threads(24) 100 ->Threads(32) [all …]
|
/third_party/benchmark/test/ |
D | internal_threading_test.cc | 46 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(1); 47 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(1)->UseRealTime(); 48 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(1)->UseManualTime(); 49 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(1)->MeasureProcessCPUTime(); 52 ->Threads(1) 57 ->Threads(1) 61 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(2); 62 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(2)->UseRealTime(); 63 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(2)->UseManualTime(); 64 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(2)->MeasureProcessCPUTime(); [all …]
|
D | benchmark_setup_teardown_test.cc | 69 ->Threads(5) 70 ->Threads(10) 71 ->Threads(15);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_benchmark.cc | 35 BENCHMARK(BM_Mutex)->UseRealTime()->Threads(1)->ThreadPerCpu(); 169 ->Threads(4) 170 ->Threads(64) 171 ->Threads(128) 172 ->Threads(512) 209 ->Threads(1) in SetupBenchmarkArgs() 210 ->Threads(2) in SetupBenchmarkArgs() 211 ->Threads(4) in SetupBenchmarkArgs() 212 ->Threads(6) in SetupBenchmarkArgs() 213 ->Threads(8) in SetupBenchmarkArgs() [all …]
|
D | blocking_counter_benchmark.cc | 49 ->Threads(2) 50 ->Threads(4) 51 ->Threads(6) 52 ->Threads(8) 53 ->Threads(10) 54 ->Threads(12) 55 ->Threads(16) 56 ->Threads(32) 57 ->Threads(64) 58 ->Threads(128);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 45 Threads.reserve(ThreadCount); in ThreadPoolExecutor() 46 Threads.resize(1); in ThreadPoolExecutor() 48 Threads[0] = std::thread([&, ThreadCount] { in ThreadPoolExecutor() 50 Threads.emplace_back([=] { work(); }); in ThreadPoolExecutor() 73 for (std::thread &T : Threads) in ~ThreadPoolExecutor() 111 std::vector<std::thread> Threads; member in llvm::parallel::detail::__anonbc7e59330111::ThreadPoolExecutor
|
D | ThreadPool.cpp | 30 Threads.reserve(ThreadCount); in ThreadPool() 32 Threads.emplace_back([&] { in ThreadPool() 105 for (auto &Worker : Threads) in ~ThreadPool()
|
/third_party/glslang/glslang/OSDependent/Unix/ |
D | CMakeLists.txt | 42 # which does not support the recommended Threads::Threads target. 46 find_package(Threads) 51 find_package(Threads) 52 target_link_libraries(OSDependent Threads::Threads)
|
/third_party/boost/libs/smart_ptr/test/ |
D | CMakeLists.txt | 11 find_package(Threads) 13 …mart_ptr Boost::core Boost::align Boost::atomic Boost::container_hash Boost::bind Threads::Threads)
|
/third_party/boost/libs/signals2/example/ |
D | CMakeLists.txt | 10 find_package(Threads REQUIRED) 21 Threads::Threads
|
/third_party/boost/libs/asio/doc/overview/ |
D | implementation.qbk | 22 Threads: 42 Threads: 63 Threads: 85 Threads: 106 Threads: 127 Threads: 149 Threads: 171 Threads: 193 Threads: 214 Threads: [all …]
|
/third_party/boost/libs/histogram/benchmark/ |
D | histogram_parallel_filling.cpp | 110 ->Threads(1) 111 ->Threads(2) 112 ->Threads(4)
|
/third_party/boost/libs/asio/doc/ |
D | overview.qbk | 13 * [link boost_asio.overview.core.async The Proactor Design Pattern: Concurrency Without Threads] 14 * [link boost_asio.overview.core.threads Threads and Boost.Asio] 15 * [link boost_asio.overview.core.strands Strands: Use Threads Without Explicit Locking] 59 * [link boost_asio.overview.core.async The Proactor Design Pattern: Concurrency Without Threads] 60 * [link boost_asio.overview.core.threads Threads and Boost.Asio] 61 * [link boost_asio.overview.core.strands Strands: Use Threads Without Explicit Locking]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | spinlock_benchmark.cc | 43 ->Threads(1) 49 ->Threads(1)
|
/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock_benchmark.cc | 43 ->Threads(1) 49 ->Threads(1)
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | CMakeLists.txt | 22 find_package (Threads REQUIRED) 26 target_link_libraries (tint-remote-compile Threads::Threads)
|
/third_party/abseil-cpp/absl/base/ |
D | CMakeLists.txt | 151 Threads::Threads 206 Threads::Threads 503 Threads::Threads 517 Threads::Threads
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | CMakeLists.txt | 151 Threads::Threads 206 Threads::Threads 504 Threads::Threads 518 Threads::Threads
|
/third_party/boost/libs/histogram/test/ |
D | CMakeLists.txt | 94 find_package(Threads) 98 LINK_LIBRARIES Threads::Threads) 100 LINK_LIBRARIES Threads::Threads)
|
/third_party/libxml2/ |
D | libxml2-config.cmake.in | 61 find_dependency(Threads) 63 list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:Threads::Threads>")
|
/third_party/benchmark/cmake/ |
D | Config.cmake.in | 5 find_dependency (Threads)
|
/third_party/boost/libs/thread/test/ |
D | test_hardware_concurrency.cpp | 6 #define BOOST_TEST_MODULE Boost.Threads: hardware_concurrency test suite
|
D | test_physical_concurrency.cpp | 7 #define BOOST_TEST_MODULE Boost.Threads: physical_concurrency test suite
|
/third_party/skia/third_party/externals/abseil-cpp/CMake/ |
D | abslConfig.cmake.in | 4 find_dependency(Threads)
|
/third_party/googletest/googletest/cmake/ |
D | Config.cmake.in | 5 find_dependency(Threads)
|