Jan Kiszka wrote:
> On 2011-03-11 09:51, Gilles Chanteperdrix wrote:
>> Johann Obermayr wrote:
>>> void task_waiter_do(void *data)
>>> {
>>> rt_printf("task_waiter_do started\n");
>>> while(task_waiter_flag == 0)
>>> ; // rt_task_sleep( DELAYMS(1) );
>>> rt_printf("task_waiter_do finished\n");
>>> }
>> What happens if you uncomment the rt_task_sleep here ?
>>
>
> Given how often users make this mistake, should we enable the watchdog
> by default?
>From my point of view, however strange this example is, it should work
with root thread priority coupling enabled.
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help