HomeSort by: relevance | last modified time | path
    Searched defs:n_running_threads (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 141 uptr n_running_threads; local in function:__tsan::MemoryProfiler
142 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads);
144 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads);
tsan_rtl.cc 141 uptr n_running_threads; local in function:__tsan::MemoryProfiler
142 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads);
144 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads);

Completed in 117 milliseconds