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

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp29 * -c cpu - bind client to specified cpu (default: unbound)
30 * -s cpu - bind server to specified cpu (default: unbound)
57 const int unbound = -1; // Indicator for a thread not bound to a specific CPU variable
67 unbound, // Server CPU
68 unbound, // Client CPU
76 AddIntsService(int cpu = unbound);
175 if (options.serverCPU == unbound) {
176 cout << " unbound";
182 if (options.clientCPU == unbound) {
183 cout << " unbound";
[all...]

Completed in 66 milliseconds