![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Ready list header. More...
#include <chschd.h>
Inherits ThreadsQueue.

Data Fields | |
| ThreadsQueue | r_queue |
| Threads queue. | |
| tprio_t | r_prio |
| This field must be initialized to zero. | |
| struct context | r_ctx |
| Not used, present because offsets. | |
| Thread * | r_newer |
| Newer registry element. | |
| Thread * | r_older |
| Older registry element. | |
| Thread * | r_current |
| The currently running thread. | |
Ready list header.
Definition at line 77 of file chschd.h.
Threads queue.
Definition at line 78 of file chschd.h.
Referenced by chSchDoRescheduleI(), chSchGoSleepS(), chSchIsRescRequiredExI(), chSchReadyI(), and scheduler_init().
This field must be initialized to zero.
Definition at line 79 of file chschd.h.
Referenced by scheduler_init().
| struct context ReadyList::r_ctx |
Newer registry element.
Definition at line 84 of file chschd.h.
Referenced by chRegFirstThread(), and scheduler_init().
1.7.1