Home | History | Annotate | Download | only in src

Lines Matching refs:memory_threads_

129   if (memory_threads_ == -1) {
130 memory_threads_ = os_->num_cpus();
131 logprintf(7, "Log: Defaulting to %d copy threads\n", memory_threads_);
385 int64 neededpages = memory_threads_ +
680 memory_threads_ = -1;
775 ARG_IVALUE("-m", memory_threads_);
1075 for (int i = 0; i < memory_threads_; i++) {
1099 if (cpu_stress_threads_ + memory_threads_ <= cores) {
1239 if (cpu_stress_threads_ + memory_threads_ <= cores) {