Searched refs:nthread (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_windows.cpp | 26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
|
| H A D | tsan_platform_mac.cpp | 142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument 188 nthread, nlive); in WriteMemoryProfile()
|
| H A D | tsan_platform_linux.cpp | 129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument 141 nlive, nthread); in WriteMemoryProfile()
|
| H A D | tsan_rtl.cpp | 558 uptr nthread = 0; in ForkChildAfter() local 559 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */); in ForkChildAfter() 561 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter() 562 if (nthread == 1) { in ForkChildAfter()
|
| H A D | tsan_platform.h | 1197 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
|