RTEMS 6.1-rc2
|
This source file contains the implementation of _Scheduler_default_Map_priority() and _Scheduler_default_Unmap_priority(). More...
#include <rtems/score/schedulerimpl.h>
Functions | |
Priority_Control | _Scheduler_default_Map_priority (const Scheduler_Control *scheduler, Priority_Control priority) |
Returns the scheduler internal thread priority mapped by SCHEDULER_PRIORITY_MAP(). | |
Priority_Control | _Scheduler_default_Unmap_priority (const Scheduler_Control *scheduler, Priority_Control priority) |
Returns the user visible thread priority unmapped by SCHEDULER_PRIORITY_UNMAP(). | |
This source file contains the implementation of _Scheduler_default_Map_priority() and _Scheduler_default_Unmap_priority().