Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance
135 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()
104 int threads_; variable