Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cc27 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
H A Dtsan_platform_mac.cc138 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
184 nthread, nlive); in WriteMemoryProfile()
H A Dtsan_platform_linux.cc118 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
130 nlive, nthread); in WriteMemoryProfile()
H A Dtsan_rtl.cc501 uptr nthread = 0; in ForkChildAfter() local
502 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */); in ForkChildAfter()
504 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter()
505 if (nthread == 1) { in ForkChildAfter()
H A Dtsan_platform.h1012 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);