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

  /external/chromium/base/threading/
worker_pool_posix.cc 102 num_idle_threads_(0),
131 if (static_cast<size_t>(num_idle_threads_) >= tasks_.size()) {
149 num_idle_threads_++;
154 num_idle_threads_--;
worker_pool_posix.h 77 int num_idle_threads_; member in class:base::PosixDynamicThreadPool
worker_pool_posix_unittest.cc 29 int num_idle_threads() const { return pool_->num_idle_threads_; }

Completed in 54 milliseconds