On 06/08/2011 04:22 AM, sanjay anvekar wrote:
> rt_task_yield() - To allow execution of other tasks.
It is a bit hard to answer without seeing any code, but there is a
simple remark we can make: rt_task_yield does not "allow execution of
other tasks", rt_task_yield only allows execution of tasks with same
priority as the current task. Your real-time tasks have to let Linux run
from time to time if you want the serial port and graphic display to run
correctly, and in order to do this they have to get suspended,
rt_task_yield will definitely not do that.
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help