CPU_ISSET
#define CPU_ISSET(cpu, setp) BT_TEST((setp)->_bits, cpu)
#define CPU_ISSET(cpu, set) cpu_in_set((cpuset_t *)(set), (cpu))