HomeSort by relevance Sort by last modified time
    Searched refs:max_alive_threads_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 99 max_alive_threads_(0),
117 return max_alive_threads_;
142 if (max_alive_threads_ < alive_threads_) {
143 max_alive_threads_++;
144 CHECK_EQ(alive_threads_, max_alive_threads_);
sanitizer_thread_registry.h 129 uptr max_alive_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 4439 milliseconds