ChibiOS/RT
2.5.1
ThreadsQueue Struct Reference

Detailed Description

Generic threads bidirectional linked list header and element.

Definition at line 90 of file chlists.h.

#include <chlists.h>

Inheritance diagram for ThreadsQueue:
Collaboration diagram for ThreadsQueue:

Data Fields

Threadp_next
Threadp_prev

Field Documentation

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().