Searched refs:bindCPU (Results 1 – 1 of 1) sorted by relevance
83 static void bindCPU(unsigned int cpu);111 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); } in BM_addInts()167 if (cpu != unbound) { bindCPU(cpu); } in AddIntsService()204 static void bindCPU(unsigned int cpu) in bindCPU() function