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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp140 uptr n_running_threads; local
141 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads);
143 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads);

Completed in 102 milliseconds