Home
last modified time | relevance | path

Searched refs:kNumThreads (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity_test.cc78 static const int kNumThreads = 32; in TEST() local
81 for (int i = 0; i < kNumThreads; ++i) { in TEST()
94 EXPECT_LT(kNumThreads, num_identities_reused); in TEST()
104 static const int kNumThreads = 12; in TEST() local
111 for (int thread = 0; thread < kNumThreads; ++thread) { in TEST()
H A Dsysinfo_test.cc74 constexpr int kNumThreads = 10; in TEST() local
75 Barrier all_threads_done(kNumThreads); in TEST()
81 for (int j = 0; j < kNumThreads; ++j) { in TEST()
H A Dstrerror_test.cc76 const int kNumThreads = 100; in TEST() local
78 for (int i = 0; i < kNumThreads; ++i) { in TEST()
85 EXPECT_THAT(counter, Eq(kNumThreads * kNumCodes)); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dbarrier_test.cc26 constexpr int kNumThreads = 10; in TEST() local
27 absl::Barrier* barrier = new absl::Barrier(kNumThreads); in TEST()
44 // Start (kNumThreads - 1) threads running thread_func. in TEST()
46 for (int i = 0; i < kNumThreads - 1; ++i) { in TEST()
50 // Give (kNumThreads - 1) threads a chance to reach the barrier. in TEST()
74 EXPECT_EQ(counter, kNumThreads); in TEST()
H A Dnotification_test.cc96 const int kNumThreads = 10; in BasicTests() local
98 for (int i = 0; i < kNumThreads; ++i) { in BasicTests()
104 ready_counter.WaitUntilGreaterOrEqual(kNumThreads); in BasicTests()
122 EXPECT_EQ(kNumThreads, ready_counter.Get()); in BasicTests()
123 EXPECT_EQ(kNumThreads, done_counter.Get()); in BasicTests()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc145 static constexpr int kNumThreads = 4; in TEST() local
148 absl::synchronization_internal::ThreadPool pool(kNumThreads); in TEST()
150 for (int i = 0; i < kNumThreads; ++i) { in TEST()
H A Dcordz_handle_test.cc181 static constexpr int kNumThreads = 4; in TEST() local
202 absl::synchronization_internal::ThreadPool pool(kNumThreads); in TEST()
203 for (int i = 0; i < kNumThreads; ++i) { in TEST()
H A Dcordz_info_statistics_test.cc540 static constexpr int kNumThreads = 8; in TEST() local
544 absl::synchronization_internal::ThreadPool pool(kNumThreads); in TEST()
560 for (int i = 0; i < kNumThreads; ++i) { in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc37 constexpr int32_t kNumThreads = 10; variable
95 threads.reserve(kNumThreads); in ThreadedTest()
96 for (int i = 0; i < kNumThreads; ++i) { in ThreadedTest()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp146 SetMethodProp32(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetMethodThreadsTo_IfNotFinded()
151 SetMethodProp32_Replace(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetMethodThreadsTo_Replace()
/third_party/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp71 case NCoderPropID::kNumThreads: break; in SetCoderProperties()
H A DLzma2Encoder.cpp52 case NCoderPropID::kNumThreads: in SetLzma2Prop()
H A DPpmdEncoder.cpp120 case NCoderPropID::kNumThreads: break; in SetCoderProperties()
H A DXzEncoder.cpp92 if (propID == NCoderPropID::kNumThreads) in SetCoderProp()
H A DLzmaEncoder.cpp161 SET_PROP_32(kNumThreads, numThreads) in SetLzmaProp()
H A DBcj2Coder.cpp124 case NCoderPropID::kNumThreads: in SetCoderProperties()
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.h93 const int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()
304 AddProp32(NCoderPropID::kNumThreads, numThreads); in AddProp_NumThreads()
/third_party/lzma/CPP/7zip/
H A DICoder.h121 kNumThreads, // VT_UI4 enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dflag_test.cc590 static constexpr int kNumThreads = 8; in TEST_F() local
602 for (int i = 0; i < kNumThreads; i++) { in TEST_F()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp673 NCoderPropID::kNumThreads,
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1208 m.AddProp32(NCoderPropID::kNumThreads, 1); in AddBcj2Methods()

Completed in 15 milliseconds