OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_threads_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
sat.cc
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_
);
[
all
...]
sat.h
209
int
memory_threads_
; // Threads of memcpy.
member in class:Sat
Completed in 31 milliseconds