|
RTEMS CPU Kit with SuperCore
|
Manipulation of Threads Simple-Priority-Based Ready Queue. More...


Go to the source code of this file.
Data Structures | |
| struct | Scheduler_simple_Context |
| Simple scheduler context. More... | |
Macros | |
| #define | SCHEDULER_SIMPLE_ENTRY_POINTS |
| Entry points for Scheduler Simple. More... | |
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) |
| 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... | |
| Scheduler_Void_or_thread | _Scheduler_simple_Yield (const Scheduler_Control *scheduler, Thread_Control *the_thread) |
| Invoked when a thread wishes to voluntarily transfer control of the processor to another thread in the queue. More... | |
| void | _Scheduler_simple_Block (const Scheduler_Control *scheduler, Thread_Control *the_thread) |
| Remove a simple-priority-based thread from the queue. More... | |
| Scheduler_Void_or_thread | _Scheduler_simple_Unblock (const Scheduler_Control *scheduler, Thread_Control *the_thread) |
| Unblock a simple-priority-based thread. More... | |
| Scheduler_Void_or_thread | _Scheduler_simple_Change_priority (const Scheduler_Control *scheduler, Thread_Control *the_thread, Priority_Control new_priority, bool prepend_it) |
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.
1.8.13