ACE_Sched_Priority_Iterator Class ReferenceAn iterator over the OS-defined scheduling priorities. More...
Detailed DescriptionAn iterator over the OS-defined scheduling priorities.The order of priorities (numeric value vs. importance) is OS dependant, it can be the case that the priorities are not even contigous. This class permits iteration over priorities using the iterator pattern. Constructor & Destructor Documentation
Initialize the iterator, the arguments define the scheduling policy and scope for the priorities (see ACE_Sched_Param).
Default dtor.
Member Function Documentation
Check if there are more priorities.
Return the current priority.
Move to the next priority. The iteration is from lowest to highest importance.
Accessor for the scheduling policy over which we are iterating.
Accessor for the scheduling.
Member Data DocumentationThe Scheduling policy (FIFO, RR, etc.) and scheduling scope (PROCESS, SYSTEM) we are iterating on.
The current priority.
This is set to 1 when there are no more priorities. Cannot easily compare against the highest priority on platforms were priorities are non-contigous or descending.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:37 2008 for ACE by ![]() |