Home
last modified time | relevance | path

Searched refs:GetNumberOfThreads (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h93 void GetNumberOfThreads(uptr *total = nullptr, uptr *running = nullptr,
H A Dsanitizer_thread_registry.cpp120 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, in GetNumberOfThreads() function in __sanitizer::ThreadRegistry
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp164 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads); in MemoryProfiler()
559 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */); in ForkChildAfter()
H A Dtsan_rtl_thread.cpp224 ctx->thread_registry->GetNumberOfThreads(0, 0, &result); in ThreadCount()