HomeSort by: relevance | last modified time | path
    Searched refs:max_alive_threads_ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 115 max_alive_threads_(0),
133 return max_alive_threads_;
163 if (max_alive_threads_ < alive_threads_) {
164 max_alive_threads_++;
165 CHECK_EQ(alive_threads_, max_alive_threads_);
sanitizer_thread_registry.h 140 uptr max_alive_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 11 milliseconds