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: Timeslice reset


On Mon, Mar 29, 2004 at 04:15:23PM +0200, Michele Portolan wrote:
> Is it possible to reset scheduler timeslice count?
> I found a "reset_timeslice_count" in mlqueue.hxx and bitmap.hxx but I cannot
> use them in my C file (I got a lot form errors from included C++ files).
> kapi.h does not seem to effer anything similar.

Its not something an application should be doing, so there is no C
API. The C++ function is also a protected member, so its not for
general use either.

What are you trying to do? If you explain this we might be able to
suggest a better way to do it.

     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]