Home
last modified time | relevance | path

Searched refs:n_running_threads (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc138 uptr n_running_threads; in MemoryProfiler() local
139 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads); in MemoryProfiler()
141 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads); in MemoryProfiler()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp140 uptr n_running_threads; in MemoryProfiler() local
141 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads); in MemoryProfiler()
143 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads); in MemoryProfiler()