All of lore.kernel.org
 help / color / mirror / Atom feed
From: "M. Koehrer" <mathias_koehrer@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-help] Xenomai native skin: Opposite of rt_task_shadow?
Date: Thu, 4 Jan 2007 15:19:37 +0100 (CET)	[thread overview]
Message-ID: <20232333.1167920377625.JavaMail.ngmail@domain.hid> (raw)

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


                 reply	other threads:[~2007-01-04 14:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20232333.1167920377625.JavaMail.ngmail@domain.hid \
    --to=mathias_koehrer@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.