Home
last modified time | relevance | path

Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dworkqueue-threads.cc135 threads_(1) in Workqueue_threader_threadpool()
157 create = this->desired_thread_count_ - this->threads_; in set_thread_count()
168 new Workqueue_thread(this, this->threads_); in set_thread_count()
169 ++this->threads_; in set_thread_count()
187 --this->threads_; in should_cancel_thread()
188 if (this->threads_ <= this->desired_thread_count_) in should_cancel_thread()
Dworkqueue-internal.h104 int threads_; variable