cpuset_isnull
#define CPU_EMPTY(set) cpuset_isnull((set))
extern int cpuset_isnull(const cpuset_t *);
#define CPUSET_ISNULL(set) cpuset_isnull(&(set))