|
ChibiOS/RT
2.5.1 |
Generic threads bidirectional linked list header and element.
#include <chlists.h>


Data Fields | |
| Thread * | p_next |
| Thread * | p_prev |
First Thread in the queue, or ThreadQueue when empty.
Reimplemented from ThreadsList.
Reimplemented in Thread.
Definition at line 91 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 93 of file chlists.h.
Referenced by lifo_remove(), and queue_insert().