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);
113 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); } in BM_client()
169 if (cpu != unbound) { bindCPU(cpu); } in AddIntsService()
206 static void bindCPU(unsigned int cpu) in bindCPU() function