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: Help: non pre-emptive kernel with priorities


On Tue, Mar 01, 2005 at 04:17:11PM +0100, Zhao Luo wrote:
> Thanks Andrew, I will test it out and see how it is going on. So I
> assume there is not priority boost in the MLQ scheduler, either?

Do you mean priority inversion of mutex's? Yes, the MLQ has that. I
think my change will do what you want, ie the process will not yield
when you release the mutex and the old lower priority is reinstalled,
but i could be wrong. I did not study the code in too much depth.

        Andrew

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


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