Lines Matching refs:prio
117 int prio = __pthread_l4_getprio(policy, param->sched_priority); in __pthread_setschedparam() local
118 if (prio < 0) in __pthread_setschedparam()
129 l4_sched_param_t sp = l4_sched_param(prio, 0); in __pthread_setschedparam()
135 __pthread_manager_adjust_prio(prio); in __pthread_setschedparam()
145 int pol, prio; in strong_alias() local
154 prio = handle_to_descr(handle)->p_priority; in strong_alias()
158 param->sched_priority = prio; in strong_alias()
225 int prio; in pthread_l4_start() local
229 prio = __pthread_l4_getprio(SCHED_OTHER, 0); in pthread_l4_start()
231 prio = __pthread_l4_getprio(thread->p_sched_policy, in pthread_l4_start()
234 l4_sched_param_t sp = l4_sched_param(prio >= 0 ? prio : 2); in pthread_l4_start()