RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions

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.
 
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.
 

Detailed Description

This source file contains the implementation of _Scheduler_priority_Initialize() and _Scheduler_priority_Node_initialize().