HomeSort by: relevance | last modified time | path
    Searched refs:nlive (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_windows.cc 27 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
tsan_platform_windows.cc 27 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
tsan_platform_mac.cc 138 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
184 nthread, nlive);
tsan_platform_mac.cc 138 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
184 nthread, nlive);
tsan_platform_linux.cc 118 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
130 nlive, nthread);
tsan_platform_linux.cc 118 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
130 nlive, nthread);
tsan_platform.h 1012 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
tsan_platform.h 1012 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_mac.cpp 172 uptr nthread, nlive; local
173 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
tsan_platform_mac.cpp 172 uptr nthread, nlive; local
173 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
tsan_platform_linux.cpp 125 uptr nthread, nlive; local
126 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
149 stacks.allocated >> 20, nlive, nthread);
tsan_platform_linux.cpp 125 uptr nthread, nlive; local
126 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
149 stacks.allocated >> 20, nlive, nthread);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_mac.cpp 163 uptr nthread, nlive; local
164 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
tsan_platform_mac.cpp 163 uptr nthread, nlive; local
164 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
tsan_platform_linux.cpp 127 uptr nthread, nlive; local
128 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
146 stacks.n_uniq_ids, nlive, nthread);
tsan_platform_linux.cpp 127 uptr nthread, nlive; local
128 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
146 stacks.n_uniq_ids, nlive, nthread);

Completed in 36 milliseconds