Searched refs:memory_threads_ (Results 1 - 2 of 2) sorted by relevance

/external/stressapptest/src/
H A Dsat.cc129 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) {
H A Dsat.h209 int memory_threads_; // Threads of memcpy. member in class:Sat

Completed in 116 milliseconds