Searched defs:bindCPU (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp83 static void bindCPU(unsigned int cpu);
112 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); }
168 if (cpu != unbound) { bindCPU(cpu); }
205 static void bindCPU(unsigned int cpu) function
215 cerr << "bindCPU failed, rv: " << rv << " errno: " << errno << endl;

Completed in 46 milliseconds