HomeSort by: relevance | last modified time | path
    Searched refs:kThreadCount (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 92 static const uptr kThreadCount = 50;
99 volatile int counters[kThreadCount];
100 pthread_t thread_ids[kThreadCount];
118 if (this_thread_index + 1 < kThreadCount) {
127 kThreadCount - callback_argument->thread_index);
148 int counters_at_init[kThreadCount];
149 for (uptr j = 0; j < kThreadCount; j++)
154 for (uptr j = 0; j < kThreadCount; j++)
182 while (__sync_fetch_and_add(&argument.thread_index, 0) < kThreadCount)
187 for (uptr i = 0; i < kThreadCount; i++
    [all...]
sanitizer_linux_test.cc 68 for (uptr i = 0; i < kThreadCount; i++) {
86 static const uptr kThreadCount = 20;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mutex.cc 179 const int kThreadCount = 8;
193 pthread_t threads[kThreadCount];
194 for (int t = 0; t < kThreadCount; t++)
196 for (int t = 0; t < kThreadCount; t++)

Completed in 15 milliseconds