[Date Prev][Date Next] [Chronological] [Thread] [Top]

[rtl] Fifo Handler



Hi,

In the code of rtf_write find function from
linux kernel API like interruptible_sleep_on.
In a fifo handler it's possible to use function 
from RT_linux API like rt_task_suspend.

I would like to know to suspend a handler and
wake up this one from a rt_task.

Is it possible to use a interruptible_sleep_on on
the code of the handler and a wake_up from linux API
inr rt_task, OR Could I use a rt_task_suspend in the
 handler (but I think is not a real time task) and a
rt_task_wakeup in the rt_task ?

In fact I would like to make a synchronisation between
the handler and the rt_task

Thank you in advance.

Fred
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail majordomo@rtlinux.cs.nmt.edu OR
echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.cs.nmt.edu
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/