Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc100 max_alive_threads_(0), in ThreadRegistry()
118 return max_alive_threads_; in GetMaxAliveThreads()
148 if (max_alive_threads_ < alive_threads_) { in CreateThread()
149 max_alive_threads_++; in CreateThread()
150 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
Dsanitizer_thread_registry.h131 uptr max_alive_threads_; variable