sched_getparam
sched_getparam(0, ¶m) != 0) {
int sched_getparam(pid_t, struct sched_param *);
if (sched_getparam(0, ¶m) != 0)
if (sched_getparam(0, &orig_param) != 0) {
if (sched_getparam(0, &orig_param) != 0) {