Home
last modified time | relevance | path

Searched defs:nthread (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/drd/tests/
Dpth_barrier.c67 static void barriers_and_races(const int nthread, const int iterations) in barriers_and_races()
115 int nthread; in main() local
Dannotate_barrier.c125 static void barriers_and_races(const int nthread, const int iterations) in barriers_and_races()
162 int nthread; in main() local
Domp_matinv.c289 int nthread = 1; in main() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cc31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_mac.cc110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_linux.cc113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_rtl.cc452 uptr nthread = 0; in ForkChildAfter() local
/external/regex-re2/util/
Dbenchmark.cc95 void RunBench(Benchmark* b, int nthread, int siz) { in RunBench()