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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 99 alive_threads_(0),
113 if (alive) *alive = alive_threads_;
147 alive_threads_++;
148 if (max_alive_threads_ < alive_threads_) {
150 CHECK_EQ(alive_threads_, max_alive_threads_);
253 CHECK_GT(alive_threads_, 0);
254 alive_threads_--;
sanitizer_thread_registry.h 130 uptr alive_threads_; // Created or running. member in class:__sanitizer::ThreadRegistry

Completed in 1846 milliseconds