Randolph Lee wrote:
>
> I'm quite new to Linux so I apologize if my question seems quite trivial. I
> noticed in the man pages that rt_task_init is only a RTL v1.x compatibility
> function. Which system call would I use that is similar to this for v2.x,
> without using threads?
>
Hi Randolph,
Because you are programming kernel space modules, all tasks share the
same address space, therefore they can be also thought of as threads.
For this reason you can safely use pthread_create instead of
rt_task_init (the best thing to do is look at some of the examples in
the distribution to get some ideas).
Regards, Stuart
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/