/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);
|
D | CMakeLists.txt | 84 Threads::Threads
|
/third_party/rust/crates/regex/src/ |
D | pikevm.rs | 44 clist: Threads, 45 nlist: Threads, 52 struct Threads { struct 79 Cache { clist: Threads::new(), nlist: Threads::new(), stack: vec![] } in new() argument 116 mut clist: &mut Threads, in exec_() argument 117 mut nlist: &mut Threads, in exec_() argument 226 nlist: &mut Threads, in step() argument 273 nlist: &mut Threads, in add() argument 294 nlist: &mut Threads, in add_step() argument 342 impl Threads { impl [all …]
|
/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::__anon0bc71df40111::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/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/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/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | spinlock_benchmark.cc | 43 ->Threads(1) 49 ->Threads(1)
|
/third_party/benchmark/cmake/ |
D | Config.cmake.in | 5 find_dependency (Threads)
|
/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)
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | makefile.gcc | 18 $O/Threads.o \ 26 $O/Threads.o \
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | coverage.txt | 5 2 YES ** Need support of Threads Execution Scheduling
|
/third_party/benchmark/src/ |
D | CMakeLists.txt | 37 target_link_libraries(benchmark PRIVATE Threads::Threads)
|
/third_party/lzma/C/Util/Lzma/ |
D | makefile.gcc | 18 $O/Threads.o \
|
D | makefile | 19 $O\Threads.obj \
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
D | makefile.gcc | 20 $O/Threads.o \ 30 $O/Threads.o \
|
/third_party/pcre2/pcre2/ |
D | CMakeLists.txt | 387 FIND_PACKAGE(Threads REQUIRED) 710 TARGET_LINK_LIBRARIES(pcre2-8-static Threads::Threads) 748 TARGET_LINK_LIBRARIES(pcre2-8-shared Threads::Threads) 798 TARGET_LINK_LIBRARIES(pcre2-16-static Threads::Threads) 823 TARGET_LINK_LIBRARIES(pcre2-16-shared Threads::Threads) 860 TARGET_LINK_LIBRARIES(pcre2-32-static Threads::Threads) 885 TARGET_LINK_LIBRARIES(pcre2-32-shared Threads::Threads)
|
/third_party/lzma/C/Util/LzmaLib/ |
D | makefile | 21 $O\Threads.obj \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ThreadPool.h | 77 std::vector<llvm::thread> Threads; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/cmake/ |
D | marl-config.cmake.in | 19 find_dependency(Threads)
|