Searched refs:alive_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.cpp113 alive_threads_(0),
127 if (alive) *alive = alive_threads_;
161 alive_threads_++;
162 if (max_alive_threads_ < alive_threads_) {
164 CHECK_EQ(alive_threads_, max_alive_threads_);
283 CHECK_GT(alive_threads_, 0);
284 alive_threads_--;
H A Dsanitizer_thread_registry.h144 uptr alive_threads_; // Created or running. member in class:__sanitizer::ThreadRegistry

Completed in 108 milliseconds