pthread_getschedparam  195 src/dps8/dps8_rt.c   int ret = pthread_getschedparam(thread_id, &global_sched_info.policy, &global_sched_info.param);
pthread_getschedparam  244 src/dps8/dps8_rt.c   int ret = pthread_getschedparam(thread_id, &policy, &param_check);
pthread_getschedparam  139 src/simh/sim_timer.c if (pthread_getschedparam (pthread_self(), &sched_policy, &sched_param) != 0) {