ChibiOS 21.11.4
|
Type of a ready list header. More...
#include <chobjects.h>
Data Fields | |
ch_priority_queue_t | pqueue |
Threads ordered queues header. | |
thread_t * | current |
The currently running thread. |
Type of a ready list header.
Definition at line 348 of file chobjects.h.
ch_priority_queue_t ch_ready_list::pqueue |
Threads ordered queues header.
Definition at line 353 of file chobjects.h.
Referenced by __sch_ready_ahead(), __sch_ready_behind(), __sch_reschedule_ahead(), __sch_reschedule_behind(), chInstanceObjectInit(), chSchDoPreemption(), chSchDoYieldS(), chSchGoSleepS(), chSchIsPreemptionRequired(), chSchPreemption(), chSchRescheduleS(), chSchSelectFirst(), chSchWakeupS(), and chSysIntegrityCheckI().
thread_t* ch_ready_list::current |
The currently running thread.
Definition at line 357 of file chobjects.h.
Referenced by chInstanceObjectInit(), and chSchWakeupS().