Searched refs:bindCPU (Results 1 – 1 of 1) sorted by relevance
94 static void bindCPU(unsigned int cpu);247 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); } in client()308 if (cpu != unbound) { bindCPU(cpu); } in AddIntsService()345 static void bindCPU(unsigned int cpu) in bindCPU() function