Home
last modified time | relevance | path

Searched refs:Threads (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/benchmark/test/
Dinternal_threading_test.cc46 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 …]
Dbenchmark_setup_teardown_test.cc69 ->Threads(5)
70 ->Threads(10)
71 ->Threads(15);
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_benchmark.cc35 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 …]
Dblocking_counter_benchmark.cc49 ->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);
DCMakeLists.txt84 Threads::Threads
/third_party/rust/crates/regex/src/
Dpikevm.rs44 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/
DParallel.cpp45 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
DThreadPool.cpp30 Threads.reserve(ThreadCount); in ThreadPool()
32 Threads.emplace_back([&] { in ThreadPool()
105 for (auto &Worker : Threads) in ~ThreadPool()
/third_party/glslang/glslang/OSDependent/Unix/
DCMakeLists.txt42 # 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/
DCMakeLists.txt22 find_package (Threads REQUIRED)
26 target_link_libraries (tint-remote-compile Threads::Threads)
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
DCMakeLists.txt151 Threads::Threads
206 Threads::Threads
504 Threads::Threads
518 Threads::Threads
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock_benchmark.cc43 ->Threads(1)
49 ->Threads(1)
/third_party/benchmark/cmake/
DConfig.cmake.in5 find_dependency (Threads)
/third_party/skia/third_party/externals/abseil-cpp/CMake/
DabslConfig.cmake.in4 find_dependency(Threads)
/third_party/googletest/googletest/cmake/
DConfig.cmake.in5 find_dependency(Threads)
/third_party/lzma/CPP/7zip/UI/Console/
Dmakefile.gcc18 $O/Threads.o \
26 $O/Threads.o \
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
Dcoverage.txt5 2 YES ** Need support of Threads Execution Scheduling
/third_party/benchmark/src/
DCMakeLists.txt37 target_link_libraries(benchmark PRIVATE Threads::Threads)
/third_party/lzma/C/Util/Lzma/
Dmakefile.gcc18 $O/Threads.o \
Dmakefile19 $O\Threads.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
Dmakefile.gcc20 $O/Threads.o \
30 $O/Threads.o \
/third_party/pcre2/pcre2/
DCMakeLists.txt387 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/
Dmakefile21 $O\Threads.obj \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h77 std::vector<llvm::thread> Threads; variable
/third_party/skia/third_party/externals/swiftshader/third_party/marl/cmake/
Dmarl-config.cmake.in19 find_dependency(Threads)

12345