Searched refs:nthread (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_mac.cpp141 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
187 nthread, nlive);
H A Dtsan_platform_linux.cpp130 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
142 nlive, nthread);
H A Dtsan_rtl.cpp508 uptr nthread = 0; local
509 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */);
511 " parent had %d threads\n", (int)internal_getpid(), (int)nthread);
512 if (nthread == 1) {
H A Dtsan_platform.h1013 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);

Completed in 102 milliseconds