RTEMS  5.0.0
Data Structures | Macros | Functions
schedulersimple.h File Reference

Manipulation of Threads Simple-Priority-Based Ready Queue. More...

#include <rtems/score/scheduler.h>
#include <rtems/score/schedulerpriority.h>

Go to the source code of this file.

Data Structures

struct  Scheduler_simple_Context
 Simple scheduler context. More...
 

Macros

#define SCHEDULER_SIMPLE_MAXIMUM_PRIORITY   255
 
#define SCHEDULER_SIMPLE_ENTRY_POINTS
 

Functions

void _Scheduler_simple_Initialize (const Scheduler_Control *scheduler)
 Initialize simple scheduler. More...
 
void _Scheduler_simple_Schedule (const Scheduler_Control *scheduler, Thread_Control *the_thread)
 
void _Scheduler_simple_Yield (const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node)
 
void _Scheduler_simple_Block (const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node)
 
void _Scheduler_simple_Unblock (const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node)
 
void _Scheduler_simple_Update_priority (const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node)
 

Detailed Description

Manipulation of Threads Simple-Priority-Based Ready Queue.

This include file contains all the constants and structures associated with the manipulation of threads on a simple-priority-based ready queue.