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

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp94 static void bindCPU(unsigned int cpu);
247 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); }
308 if (cpu != unbound) { bindCPU(cpu); }
345 static void bindCPU(unsigned int cpu) function
355 cerr << "bindCPU failed, rv: " << rv << " errno: " << errno << endl;

Completed in 28 milliseconds