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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 116 running_threads_(0) {
127 if (running) *running = running_threads_;
291 CHECK_GT(running_threads_, 0);
292 running_threads_--;
309 running_threads_++;
sanitizer_thread_registry.h 141 uptr running_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 14 milliseconds