Home
last modified time | relevance | path

Searched refs:GetMaxAliveThreads (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h96 uptr GetMaxAliveThreads();
H A Dsanitizer_thread_registry.cpp131 uptr ThreadRegistry::GetMaxAliveThreads() { in GetMaxAliveThreads() function in __sanitizer::ThreadRegistry
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp134 EXPECT_EQ(11U, registry->GetMaxAliveThreads()); in TestRegistry()