This is the mail archive of the ecos-patches@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: timer functions for non-kernel


> From what I see the kernel API vs. drv API distinction is this: use threads 
> or don't.
> Kernel requires at least the timer interrupt for scheduling the threads, 
> but drv_api does not imply lack of interrupts, just lack of threads.

Im not sure this is true. It will happily schedule threads without a
timer interupt, but it will not time slice threads which are running
with the same priority. In many systems you don't actually need time
slicing.

        Andrew


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