Home
last modified time | relevance | path

Searched defs:nthread (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_mac.cpp142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_platform_linux.cpp129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
Dtsan_rtl.cpp558 uptr nthread = 0; in ForkChildAfter() local