RTEMS CPU Kit with SuperCore  4.11.2
Functions
schedulersimpleschedule.c File Reference

Simple Schedule Determine Heir. More...

#include <rtems/score/schedulersimpleimpl.h>
Include dependency graph for schedulersimpleschedule.c:

Functions

void _Scheduler_simple_Schedule (const Scheduler_Control *scheduler, Thread_Control *the_thread)
 This routine sets the heir thread to be the next ready thread on the ready queue by getting the first node in the scheduler information. More...
 

Detailed Description

Simple Schedule Determine Heir.