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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 114 alive_threads_(0),
128 if (alive) *alive = alive_threads_;
162 alive_threads_++;
163 if (max_alive_threads_ < alive_threads_) {
165 CHECK_EQ(alive_threads_, max_alive_threads_);
284 CHECK_GT(alive_threads_, 0);
285 alive_threads_--;
sanitizer_thread_registry.h 139 uptr alive_threads_; // Created or running. member in class:__sanitizer::ThreadRegistry

Completed in 100 milliseconds