Home
last modified time | relevance | path

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

/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp83 static void bindCPU(unsigned int cpu);
111 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); } in BM_addInts()
167 if (cpu != unbound) { bindCPU(cpu); } in AddIntsService()
204 static void bindCPU(unsigned int cpu) in bindCPU() function