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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 101 running_threads_(0) {
112 if (running) *running = running_threads_;
255 CHECK_GT(running_threads_, 0);
256 running_threads_--;
270 running_threads_++;
sanitizer_thread_registry.h 132 uptr running_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 716 milliseconds