pthread_setschedparam 87 src/dps8/dps8_rt.c return pthread_setschedparam(thread_id, global_sched_info.policy, &global_sched_info.param); pthread_setschedparam 230 src/dps8/dps8_rt.c int ret = pthread_setschedparam(thread_id, RT_SCHEDULER, ¶m); pthread_setschedparam 163 src/simh/sim_timer.c if (pthread_setschedparam (pthread_self(), sched_policy, &sched_param) != 0) {