|
ChibiOS/RT
2.5.1 |
#include <chschd.h>


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. | |
Threads queue.
Definition at line 88 of file chschd.h.
Referenced by _scheduler_init(), chSchDoRescheduleAhead(), chSchDoRescheduleBehind(), chSchGoSleepS(), and chSchReadyI().
This field must be initialized to zero.
Definition at line 89 of file chschd.h.
Referenced by _scheduler_init().
| struct context ReadyList::r_ctx |
Newer registry element.
Definition at line 94 of file chschd.h.
Referenced by _scheduler_init(), and chRegFirstThread().