public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Scheduler question ...
@ 2003-03-25 11:51 Thomas BINDER
  2003-03-25 11:54 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas BINDER @ 2003-03-25 11:51 UTC (permalink / raw)
  To: ecos-discuss


Hallo everybody!

I have a short question:

Is it possible that a task switch occurs in a DSR?

Thx,
Tom

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Scheduler question ...
  2003-03-25 11:51 [ECOS] Scheduler question Thomas BINDER
@ 2003-03-25 11:54 ` Andrew Lunn
  2003-03-25 15:38   ` Thomas BINDER
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2003-03-25 11:54 UTC (permalink / raw)
  To: Thomas BINDER; +Cc: ecos-discuss

On Tue, Mar 25, 2003 at 12:49:42PM +0100, Thomas BINDER wrote:
> 
> Hallo everybody!
> 
> I have a short question:
> 
> Is it possible that a task switch occurs in a DSR?

No. ISR can interrupt DSR's, but DSR cannot sleep or be pre-emptied by
other DSR or threads. So task switches do not happen inside DSRs.

      Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Scheduler question ...
  2003-03-25 11:54 ` Andrew Lunn
@ 2003-03-25 15:38   ` Thomas BINDER
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas BINDER @ 2003-03-25 15:38 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss


Thanks for the information. You safed me a lot of time.

best regards,
Tom

Andrew Lunn wrote:
> 
> On Tue, Mar 25, 2003 at 12:49:42PM +0100, Thomas BINDER wrote:
> >
> > Hallo everybody!
> >
> > I have a short question:
> >
> > Is it possible that a task switch occurs in a DSR?
> 
> No. ISR can interrupt DSR's, but DSR cannot sleep or be pre-emptied by
> other DSR or threads. So task switches do not happen inside DSRs.
> 
>       Andrew

--

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-25 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-25 11:51 [ECOS] Scheduler question Thomas BINDER
2003-03-25 11:54 ` Andrew Lunn
2003-03-25 15:38   ` Thomas BINDER

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).