Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dsat.cc149 if (memory_threads_ == -1) { in CheckEnvironment()
150 memory_threads_ = os_->num_cpus(); in CheckEnvironment()
151 logprintf(7, "Log: Defaulting to %d copy threads\n", memory_threads_); in CheckEnvironment()
405 int64 neededpages = memory_threads_ + in InitializePages()
717 memory_threads_ = -1; in Sat()
815 ARG_IVALUE("-m", memory_threads_); in ParseArgs()
1209 for (int i = 0; i < memory_threads_; i++) { in InitializeThreads()
1233 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads()
1373 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads()
Dsat.h227 int memory_threads_; // Threads of memcpy. variable