Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp115 alive_threads_(0), in ThreadRegistry()
128 if (alive) *alive = alive_threads_; in GetNumberOfThreads()
162 alive_threads_++; in CreateThread()
163 if (max_alive_threads_ < alive_threads_) { in CreateThread()
165 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
285 CHECK_GT(alive_threads_, 0); in FinishThread()
286 alive_threads_--; in FinishThread()
381 return alive_threads_; in OnFork()
H A Dsanitizer_thread_registry.h151 uptr alive_threads_; // Created or running. variable