Searched refs:unbound (Results 1 – 1 of 1) sorted by relevance
48 const int unbound = -1; // Indicator for a thread not bound to a specific CPU variable57 unbound, // Server CPU58 unbound, // Client CPU65 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()