Home
last modified time | relevance | path

Searched refs:NumThreadsLocked (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h107 u32 NumThreadsLocked() const { return threads_.size(); } in NumThreadsLocked() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp143 for (u32 i = ctx->thread_registry.NumThreadsLocked(); i--;) { in DoResetImpl()