pthread_setschedparam
(void) pthread_setschedparam(p->plg_tid,
(void) pthread_setschedparam(p->plg_tid, SCHED_OTHER, ¶m);
(void) pthread_setschedparam(p->plg_tid, SCHED_OTHER,
(void) pthread_setschedparam(pthread_self(), SCHED_OTHER,
extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
VERIFY0(pthread_setschedparam(pthread_self(), opolicy, &oparam));