Searched refs:max_alive_threads_ (Results 1 – 6 of 6) sorted by relevance
113 max_alive_threads_(0), in ThreadRegistry()131 return max_alive_threads_; in GetMaxAliveThreads()161 if (max_alive_threads_ < alive_threads_) { in CreateThread()162 max_alive_threads_++; in CreateThread()163 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
137 uptr max_alive_threads_; variable
114 max_alive_threads_(0), in ThreadRegistry()131 return max_alive_threads_; in GetMaxAliveThreads()161 if (max_alive_threads_ < alive_threads_) { in CreateThread()162 max_alive_threads_++; in CreateThread()163 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
143 uptr max_alive_threads_; variable
115 max_alive_threads_(0), in ThreadRegistry()133 return max_alive_threads_; in GetMaxAliveThreads()163 if (max_alive_threads_ < alive_threads_) { in CreateThread()164 max_alive_threads_++; in CreateThread()165 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
140 uptr max_alive_threads_; variable