OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_mask_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
worker.h
275
memcpy(&
cpu_mask_
, mask, sizeof(*mask));
279
cpuset_set_ab(&
cpu_mask_
, cpu_num, cpu_num + 1);
381
cpu_set_t
cpu_mask_
; // Cores this thread is allowed to run on.
member in class:WorkerThread
worker.cc
302
AvailableCpus(&
cpu_mask_
);
313
bool ret = BindToCpus(&
cpu_mask_
);
316
cpuset_format(&
cpu_mask_
).c_str());
321
cpuset_format(&
cpu_mask_
).c_str());
[
all
...]
Completed in 29 milliseconds