This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Scheduler question ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]