Searched refs:total_threads_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h142 u64 total_threads_; // Total number of created threads. May be greater than member in class:__sanitizer::ThreadRegistry
H A Dsanitizer_thread_registry.cpp112 total_threads_(0),
166 tctx->SetCreated(user_id, total_threads_++, detached,

Completed in 104 milliseconds