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 100 running_threads_(0) {
111 if (running) *running = running_threads_;
237 CHECK_GT(running_threads_, 0);
238 running_threads_--;
252 running_threads_++;
sanitizer_thread_registry.h 130 uptr running_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 260 milliseconds