Searched refs:nlive (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_windows.cc27 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_mac.cc138 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
184 nthread, nlive);
H A Dtsan_platform_linux.cc118 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
130 nlive, nthread);
H A Dtsan_platform.h1012 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_windows.cc25 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_mac.cc136 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
182 nthread, nlive);
H A Dtsan_platform_linux.cc116 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
128 nlive, nthread);
H A Dtsan_platform.h1010 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp163 uptr nthread, nlive; local
164 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
H A Dtsan_platform_linux.cpp127 uptr nthread, nlive; local
128 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
146 stacks.n_uniq_ids, nlive, nthread);

Completed in 206 milliseconds