> Am Mit, 24 Jan 2001 schrieben Sie:
> > > Is it possibile to create a new realtime thread / rt_task when running
> > > inside a realtime portion of the code?
> > > 
> > 
> > no, pthread_create must be called from with the linux 
> > context not from within a realtime thread.
> How can I check that I'm in the linux context ??
> 
init_module() is executed in the linux context as is cleanup_module(), so you 
need to create all pthreads from within init_module that you are going to 
talk to in the rt-context.

D'ehre
hofrat
*------------------------------------------------------------------------*
*THERE           {__}                             FSMLabs                *
*IS              oo )                       The RTLinux Company          *
*LIFE           O_   `_-------.             Mc  Guire  Nicholas          *
*IN               (-.         ,-\                                        *
*THE               || )---<  )                [EMAIL PROTECTED]         *
*NET !             |||     | |           1privat: [EMAIL PROTECTED]       *
*                                    [EMAIL PROTECTED]      *
*------------------------------------------------------------------------*
*ASCII-COW (C) 1996-2001 [EMAIL PROTECTED]                                *
*------------------------------------------------------------------------*
-- [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/

Reply via email to