CPU_SET
#define CPU_SET(cpu, setp) BT_SET((setp)->_bits, cpu)
#define CPU_SET(cpu, set) cpuset_add((set), (cpu))