sched_setscheduler
int sched_setscheduler(pid_t, int, const struct sched_param *);
res = sched_setscheduler(getpid(), SCHED_FIFO, ¶m);
ATF_REQUIRE(sched_setscheduler(0, pol, &sched) == 0);