Jan Kiszka wrote:
> @@ -192,6 +192,9 @@ static void *__pthread_trampoline(void *arg)
>  
>       param.sched_priority = iargs->prio;
>       policy = iargs->policy;
> +     if (policy == SCHED_RR)
> +             /* Restrict round-robin scheduling to the Xenomai domain. */
> +             policy = SCHED_FIFO;

Should not there be the same thing in __wrap_pthread_setschedparam ?
-- 
                                                 Gilles.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to