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

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp63 int clientCPU; member in struct:options
136 *((opt == 'c') ? &options.clientCPU : &options.serverCPU) = cpu;
181 cout << "clientCPU: ";
182 if (options.clientCPU == unbound) {
185 cout << options.clientCPU;
247 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); }

Completed in 69 milliseconds