Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h94 void GetNumberOfThreads(uptr *total = nullptr, uptr *running = nullptr,
H A Dsanitizer_thread_registry.cpp122 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, in GetNumberOfThreads() function in __sanitizer::ThreadRegistry
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp173 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp125 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); in WriteMemoryProfile()
H A Dtsan_rtl_thread.cpp106 ctx->thread_registry.GetNumberOfThreads(0, 0, &result); in ThreadCount()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp37 registry->GetNumberOfThreads(&total, &running, &alive); in CheckThreadQuantity()