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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_windows.cc29 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_mac.cc48 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_linux.cc105 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
116 nlive, nthread);
H A Dtsan_platform.h251 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
H A Dtsan_rtl.cc417 uptr nthread = 0; local
418 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */);
420 " parent had %d threads\n", (int)internal_getpid(), (int)nthread);
421 if (nthread == 1) {

Completed in 42 milliseconds