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

  /toolchain/binutils/binutils-2.27/gold/
workqueue-threads.cc 134 desired_thread_count_(1),
156 this->desired_thread_count_ = thread_count;
157 create = this->desired_thread_count_ - this->threads_;
185 if (thread_number > this->desired_thread_count_)
188 if (this->threads_ <= this->desired_thread_count_)
workqueue-internal.h 102 int desired_thread_count_; member in class:gold::Workqueue_threader_threadpool

Completed in 482 milliseconds