Lines Matching refs:threads
128 bool threads = options.threads();
130 threads = false;
132 if (!threads)
260 // Kick all the threads to make them exit.
443 // them to the run queue and signal any other threads. This must be
490 // function is called by all threads.
499 // Set the number of threads to use for the workqueue, if we are using
500 // threads.
503 Workqueue::set_thread_count(int threads)
507 this->threader_->set_thread_count(threads);
508 // Wake up all the threads, since something has changed.