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

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp88 int cpu_; member in class:AddIntsService
307 AddIntsService::AddIntsService(int cpu): cpu_(cpu) {
320 if (cpu_ != unbound) {
322 if (cpu != cpu_) {
324 << cpu_ << endl;

Completed in 98 milliseconds