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


On Mon, Nov 29, 2004 at 12:44:56PM +0200, Jani Monoses wrote:
>  > 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.
> 
> You're right, by kernel I assumed the default mlqueue timeslicing 
> scheduler, not the bitmap one which might not need a timer.

mlqueue should also run without a timer in its none timeslicing
mode. You can configure this with CYGSEM_KERNEL_SCHED_TIMESLICE.

        Andrew


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