Searched refs:running_threads_ (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc101 running_threads_(0) {
112 if (running) *running = running_threads_;
255 CHECK_GT(running_threads_, 0);
256 running_threads_--;
270 running_threads_++;
H A Dsanitizer_thread_registry.h132 uptr running_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 355 milliseconds