ChibiOS/RT
6.0.3
|
Generic threads bidirectional linked list header and element. More...
#include <chschd.h>
Inherited by ch_ready_list.
Data Fields | |
thread_t * | next |
Next in the list/queue. More... | |
thread_t * | prev |
Previous in the queue. More... | |
Generic threads bidirectional linked list header and element.
thread_t* ch_threads_queue::next |
Next in the list/queue.
Definition at line 143 of file chschd.h.
Referenced by chMsgIsPendingI(), chMtxUnlock(), chMtxUnlockS(), chSchReadyAheadI(), chSchReadyI(), chSysIntegrityCheckI(), list_insert(), list_notempty(), list_remove(), queue_dequeue(), queue_fifo_remove(), queue_init(), queue_insert(), queue_isempty(), queue_lifo_remove(), queue_notempty(), and queue_prio_insert().
thread_t* ch_threads_queue::prev |
Previous in the queue.
Definition at line 144 of file chschd.h.
Referenced by chSysIntegrityCheckI(), list_notempty(), queue_dequeue(), queue_fifo_remove(), queue_insert(), queue_lifo_remove(), queue_notempty(), and queue_prio_insert().