Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:unbound

29  *   -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
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";
247 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); }
308 if (cpu != unbound) { bindCPU(cpu); }
320 if (cpu_ != unbound) {