![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Generic threads bidirectional linked list header and element. More...
#include <chlists.h>
Inherits ThreadsList.
Inherited by ReadyList, and Thread.

Data Fields | |
| Thread * | p_next |
| Thread * | p_prev |
Generic threads bidirectional linked list header and element.
Definition at line 88 of file chlists.h.
First Thread in the queue, or ThreadQueue when empty.
Reimplemented from ThreadsList.
Reimplemented in Thread.
Definition at line 89 of file chlists.h.
Referenced by chCondBroadcastI(), chMtxUnlock(), chMtxUnlockS(), and fifo_remove().
Last Thread in the queue, or ThreadQueue when empty.
Reimplemented in Thread.
Definition at line 91 of file chlists.h.
Referenced by lifo_remove(), and queue_insert().
1.7.1