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

/system/extras/tests/binder/benchmarks/
H A 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 explicit AddIntsService(int cpu = unbound);
112 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); }
168 if (cpu != unbound) { bindCPU(cpu); }
180 if (cpu_ != unbound) {

Completed in 37 milliseconds