Re: [Xenomai-core] SCHED_RR

2008-12-06 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Gilles Chanteperdrix wrote: Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Hi Gilles, >>> >>> here is a trivial test case on my desk that points to SCHED_RR issues of >>>

Re: [Xenomai-core] SCHED_RR

2008-12-06 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Gilles Chanteperdrix wrote: >>> Jan Kiszka wrote: Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Hi Gilles, >> >> here is a trivial test case on my desk that points to SCHED_RR issues of >> the POSIX skin: simple pthrea

Re: [Xenomai-core] SCHED_RR

2008-12-05 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Gilles Chanteperdrix wrote: Jan Kiszka wrote: > Hi Gilles, > > here is a trivial test case on my desk that points to SCHED_RR issues of > the POSIX skin: simple pthread_create with an attribute block that

Re: [Xenomai-core] SCHED_RR

2008-12-05 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Gilles Chanteperdrix wrote: >>> Jan Kiszka wrote: Hi Gilles, here is a trivial test case on my desk that points to SCHED_RR issues of the POSIX skin: simple pthread_create with an attribute block that has SCHED_RR set, but

Re: [Xenomai-core] SCHED_RR

2008-12-05 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Hi Gilles, >>> >>> here is a trivial test case on my desk that points to SCHED_RR issues of >>> the POSIX skin: simple pthread_create with an attribute block that has >>> SCHED_RR set, but neither SCHED_RR nor the priority rea

Re: [Xenomai-core] SCHED_RR

2008-12-05 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Hi Gilles, >>> >>> here is a trivial test case on my desk that points to SCHED_RR issues of >>> the POSIX skin: simple pthread_create with an attribute block that has >>> SCHED_RR set, but neither SCHED_RR nor the priority rea

Re: [Xenomai-core] SCHED_RR

2008-12-05 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Hi Gilles, >> >> here is a trivial test case on my desk that points to SCHED_RR issues of >> the POSIX skin: simple pthread_create with an attribute block that has >> SCHED_RR set, but neither SCHED_RR nor the priority reach the new thread. >> >> T

Re: [Xenomai-core] SCHED_RR

2008-12-05 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Hi Gilles, > > here is a trivial test case on my desk that points to SCHED_RR issues of > the POSIX skin: simple pthread_create with an attribute block that has > SCHED_RR set, but neither SCHED_RR nor the priority reach the new thread. > > The way the scheduling policy and pa

[Xenomai-core] SCHED_RR

2008-12-05 Thread Jan Kiszka
Hi Gilles, here is a trivial test case on my desk that points to SCHED_RR issues of the POSIX skin: simple pthread_create with an attribute block that has SCHED_RR set, but neither SCHED_RR nor the priority reach the new thread. The way the scheduling policy and parameters get to that user space