/external/libchrome/base/threading/ |
thread_local_storage_unittest.cc | 102 const int kNumThreads = 5; 103 int values[kNumThreads]; 104 ThreadLocalStorageRunner* thread_delegates[kNumThreads]; 105 DelegateSimpleThread* threads[kNumThreads]; 110 for (int index = 0; index < kNumThreads; index++) { 119 for (int index = 0; index < kNumThreads; index++) {
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
gc-test.cc | 14 static const int kNumThreads = 2; 48 pthread_t t[kNumThreads]; 49 for (int i = 0; i < kNumThreads; i++) 51 for (int i = 0; i < kNumThreads; i++)
|
coverage-caller-callee.cc | 69 const int kNumThreads = 16; 70 pthread_t t[kNumThreads]; 71 for (int i = 0; i < kNumThreads; i++) 73 for (int i = 0; i < kNumThreads; i++)
|
/external/webrtc/webrtc/base/ |
criticalsection_unittest.cc | 26 const int kNumThreads = 16; 201 for (int i = 0; i < kNumThreads; ++i) { 250 runner.SetExpectedThreadCount(kNumThreads); 254 EXPECT_EQ(kOperationsToRun * kNumThreads, runner.shared_value()); 260 kOperationsToRun * kNumThreads); 263 runner.SetExpectedThreadCount(kNumThreads); 275 runner.SetExpectedThreadCount(kNumThreads); 287 runner.SetExpectedThreadCount(kNumThreads); 299 runner.SetExpectedThreadCount(kNumThreads);
|
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 100 const int kNumThreads = 4; 102 pthread_t t[kNumThreads]; 103 for (int i = 0; i < kNumThreads; i++) { 107 for (int i = 0; i < kNumThreads; i++) { 202 const int kNumThreads = 4; 203 pthread_t t[kNumThreads]; 204 for (int i = 0; i < kNumThreads; i++) { 207 for (int i = 0; i < kNumThreads; i++) {
|
asan_test.cc | 341 const size_t kNumThreads = 343 pthread_t t[kNumThreads]; 344 for (size_t i = 0; i < kNumThreads; i++) { 347 for (size_t i = 0; i < kNumThreads; i++) { 1083 const int kNumThreads = 20; 1084 pthread_t t[kNumThreads]; 1085 for (int i = 0; i < kNumThreads; i++) { 1088 for (int i = 0; i < kNumThreads; i++) { [all...] |
/external/lzma/CPP/7zip/Common/ |
MethodProps.h | 62 int i = FindProp(NCoderPropID::kNumThreads);
163 AddProp32(NCoderPropID::kNumThreads, numThreads);
|
/art/runtime/gc/space/ |
large_object_space_test.cc | 29 static constexpr size_t kNumThreads = 10; 154 ThreadPool thread_pool("Large object space test thread pool", kNumThreads); 155 for (size_t i = 0; i < kNumThreads; ++i) {
|
/external/compiler-rt/test/tsan/ |
deadlock_detector_stress_test.cc | 584 const int kNumThreads = 4; 585 pthread_t t[kNumThreads]; 586 CB cb[kNumThreads] = {{f1, this}, {f2, this}, {f3, this}, {f4, this}}; 587 for (int i = 0; i < kNumThreads && cb[i].f; i++) 589 for (int i = 0; i < kNumThreads && cb[i].f; i++)
|
/external/lzma/CPP/7zip/Archive/Common/ |
HandlerOut.cpp | 33 SetMethodProp32(oneMethodInfo, NCoderPropID::kNumThreads, numThreads);
|
/external/lzma/CPP/7zip/Compress/ |
DeltaFilter.cpp | 77 case NCoderPropID::kNumThreads: break;
|
Lzma2Encoder.cpp | 50 case NCoderPropID::kNumThreads:
|
LzmaEncoder.cpp | 108 SET_PROP_32(kNumThreads, numThreads)
|
PpmdEncoder.cpp | 91 case NCoderPropID::kNumThreads: break;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 843 static const int kNumThreads = 4; 844 pthread_t t[kNumThreads]; 845 TestByteMapParam p[kNumThreads]; 846 for (int i = 0; i < kNumThreads; i++) { 849 p[i].num_shards = kNumThreads; 852 for (int i = 0; i < kNumThreads; i++) {
|
/external/lzma/CPP/7zip/ |
ICoder.h | 46 kNumThreads,
|
/external/v8/tools/profviz/ |
composer.js | 55 var kNumThreads = 2; // Number of threads. 63 assert(thread_id >= 0 && thread_id < kNumThreads, "invalid thread id"); 143 for (var i = 0; i < kNumThreads; i++) {
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 450 NCoderPropID::kNumThreads,
|
/external/libchrome/base/trace_event/ |
trace_event_unittest.cc | [all...] |
/art/runtime/ |
oat_file_assistant_test.cc | [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 433 m.AddProp32(NCoderPropID::kNumThreads, 1);
[all...] |