On Thu, May 15, 2008 at 8:10 AM, Matthieu <[EMAIL PROTECTED]> wrote: > On Wed, 14 May 2008 20:31:08 +0200, Gilles Chanteperdrix > <[EMAIL PROTECTED]> wrote: >> Matthie wrote: >>> I still don't have any solution to emulate the fields above listed as I >>> don't know if I can use Linux posix services ? >> >> Yes, you can use Linux posix services, but they will cause any Xenomai >> thread to switch from primary mode to secondary mode. >> >> If you do not understand what I am talking about, you should probably >> read the articles at: >> http://www.xenomai.org/index.php/Publications >> >> -- >> >> >> Gilles. > > That's the point. Using posix services is pretty much easy, but if this > switches the thread to secondary mode, I'm not sure about using it.
I can not imagine code using WIND_TCB members for something else than debug. I think > that VxWorks Task Control Block ,implemeted by WIND RIVER, is keeping the > context in hard real-time. That's why I would like to know if there are > other possibilities ? Yes, there are possibilities: fix your code not to use such internal data as the WIND_TCB members. -- Gilles _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
