* [Xenomai-help] Xenomai native skin: Opposite of rt_task_shadow?
@ 2007-01-04 14:19 M. Koehrer
0 siblings, 0 replies; only message in thread
From: M. Koehrer @ 2007-01-04 14:19 UTC (permalink / raw)
To: xenomai
Hello everybody,
is there an opposite function of rt_task_shadow() that turns a real time enabled
task back in a normal linux task?
My idea is:
void main()
{
... Init stuff
rt_task_shadow();
...Do some realtime stuff
rt_task_unshadow();
...Continue with normal stuff
}
When I do a rt_task_delete() for rt_task_unshadow() in my example, the application
stops there.
I do not want to have a separate task for the realtime stuff as I do not want to synchronize
them with the standard linux task... (Perhaps, I have to do that...)
Thanks for all feedback on that.
Regards
Mathias
--
Mathias Koehrer
mathias_koehrer@domain.hid
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur 44,85 inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-04 14:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04 14:19 [Xenomai-help] Xenomai native skin: Opposite of rt_task_shadow? M. Koehrer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.