RTEMS 6.1-rc1
|
This source file contains the implementation of _Scheduler_priority_Initialize() and _Scheduler_priority_Node_initialize(). More...
#include <rtems/score/schedulerpriorityimpl.h>
Functions | |
void | _Scheduler_priority_Initialize (const Scheduler_Control *scheduler) |
Initializes the priority scheduler. More... | |
void | _Scheduler_priority_Node_initialize (const Scheduler_Control *scheduler, Scheduler_Node *node, Thread_Control *the_thread, Priority_Control priority) |
Initializes the node with the given priority. More... | |
This source file contains the implementation of _Scheduler_priority_Initialize() and _Scheduler_priority_Node_initialize().