Re: Antwort: Re: Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority

2007-02-04 Thread Philippe Gerum
On Mon, 2007-01-29 at 17:41 +0100, Markus Osterried wrote: Hi Philippe, see below a code snippet for demonstration of the task priority problem. The expected behaviour is that the new task is running immediately after lowering root's priority. The log of the reached statements should

Antwort: Re: Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority

2007-01-29 Thread Markus Osterried
Hi Philippe, see below a code snippet for demonstration of the task priority problem. The expected behaviour is that the new task is running immediately after lowering root's priority. The log of the reached statements should therefor be: 1, 10, 2, 3, 4, 5 But instead the log is: 1, 2, 3, 4, 10,