Searched refs:cpu_set (Results 1 – 2 of 2) sorted by relevance
73 cpu_set_t cpu_set; in getCpuCount() local74 int rc = sched_getaffinity(getpid(), sizeof(cpu_set), &cpu_set); in getCpuCount()78 return CPU_COUNT(&cpu_set); in getCpuCount()
70 TEST(sched, cpu_set) { in TEST() argument