Searched defs:nthread (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/drd/tests/ |
D | pth_barrier.c | 67 static void barriers_and_races(const int nthread, const int iterations) in barriers_and_races() 115 int nthread; in main() local
|
D | annotate_barrier.c | 125 static void barriers_and_races(const int nthread, const int iterations) in barriers_and_races() 162 int nthread; in main() local
|
D | omp_matinv.c | 289 int nthread = 1; in main() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_windows.cc | 31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
D | tsan_platform_mac.cc | 110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
D | tsan_platform_linux.cc | 113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
D | tsan_rtl.cc | 452 uptr nthread = 0; in ForkChildAfter() local
|
/external/regex-re2/util/ |
D | benchmark.cc | 95 void RunBench(Benchmark* b, int nthread, int siz) { in RunBench()
|