Home
last modified time | relevance | path

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

/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp48 const int unbound = -1; // Indicator for a thread not bound to a specific CPU variable
57 unbound, // Server CPU
58 unbound, // Client CPU
65 AddIntsService(int cpu = unbound);
113 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); } in BM_client()
169 if (cpu != unbound) { bindCPU(cpu); } in AddIntsService()
181 if (cpu_ != unbound) { in onTransact()