OAR

RTEMS 4.5.1-pre3 On-Line Library


Scheduling Concepts Manual Round-Robin

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

18.2.4: Manual Round-Robin

The final mechanism for altering the RTEMS scheduling algorithm is called manual round-robin. Manual round-robin is invoked by using the rtems.task_wake_after directive with a time interval of RTEMS.YIELD_PROCESSOR. This allows a task to give up the processor and be immediately returned to the ready chain at the end of its priority group. If no other tasks of the same priority are ready to run, then the task does not lose control of the processor.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2000 OAR Corporation