cpuset_setproc
error = cpuset_setproc(p->p_pid, set, NULL, NULL, true);
error = cpuset_setproc(-1, set, NULL, NULL, false);
error = cpuset_setproc(id, set, NULL, NULL, false);
error = cpuset_setproc(id, NULL, mask, NULL, false);
error = cpuset_setproc(id, NULL, mask, NULL,
error = cpuset_setproc(id, NULL, NULL, &domain, false);
error = cpuset_setproc(id, NULL, NULL, &domain,