/third_party/musl/ndk-test/sanitize/scudo/src/ |
D | tsd_destruction.c | 23 const int kNumThreads = 16; variable 24 pthread_t tid[kNumThreads]; 37 for (uintptr_t i = 0; i < kNumThreads; i++) in main() 39 for (uintptr_t i = 0; i < kNumThreads; i++) in main()
|
D | dealloc-race.c | 20 const int kNumThreads = 2; variable 21 pthread_t tid[kNumThreads]; 40 for (int i = 0; i < kNumThreads; i++) in child() 46 for (int i = 0; i < kNumThreads; i++) in child()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | thread_identity_test.cc | 78 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()
|
D | sysinfo_test.cc | 74 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()
|
D | strerror_test.cc | 76 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/ |
D | barrier_test.cc | 26 constexpr int kNumThreads = 10; in TEST() local 27 absl::Barrier* barrier = new absl::Barrier(kNumThreads); in TEST() 46 for (int i = 0; i < kNumThreads - 1; ++i) { in TEST() 74 EXPECT_EQ(counter, kNumThreads); in TEST()
|
D | notification_test.cc | 96 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/ |
D | cordz_sample_token_test.cc | 145 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()
|
D | cordz_handle_test.cc | 181 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()
|
D | cordz_info_statistics_test.cc | 540 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/ |
D | spinlock_test_common.cc | 37 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/ |
D | HandlerOut.cpp | 146 SetMethodProp32(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetMethodThreadsTo_IfNotFinded() 151 SetMethodProp32_Replace(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetMethodThreadsTo_Replace()
|
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 93 const int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads() 304 AddProp32(NCoderPropID::kNumThreads, numThreads); in AddProp_NumThreads()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 72 case NCoderPropID::kNumThreads: break; in SetCoderProperties()
|
D | Lzma2Encoder.cpp | 52 case NCoderPropID::kNumThreads: in SetLzma2Prop()
|
D | PpmdEncoder.cpp | 120 case NCoderPropID::kNumThreads: break; in SetCoderProperties()
|
D | XzEncoder.cpp | 94 if (propID == NCoderPropID::kNumThreads) in SetCoderProp()
|
D | LzmaEncoder.cpp | 152 SET_PROP_32(kNumThreads, numThreads) in SetLzmaProp()
|
D | Bcj2Coder.cpp | 101 case NCoderPropID::kNumThreads: in SetCoderProperties()
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBConcurrencyTests.m | 36 static const int kNumThreads = 100; 51 for (NSUInteger i = 0; i < kNumThreads; i++) {
|
/third_party/lzma/CPP/7zip/ |
D | ICoder.h | 120 kNumThreads, // VT_UI4 enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | flag_test.cc | 590 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/ |
D | LzmaAlone.cpp | 675 NCoderPropID::kNumThreads, in main2()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 991 m.AddProp32(NCoderPropID::kNumThreads, 1); in AddBcj2Methods()
|