ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Data Fields

ThreadsQueue Struct Reference
[Internals]

Generic threads bidirectional linked list header and element. More...

#include <chlists.h>

Inherits ThreadsList.

Inherited by ReadyList, and Thread.

Collaboration diagram for ThreadsQueue:
Collaboration graph
[legend]

Data Fields

Threadp_next
Threadp_prev

Detailed Description

Generic threads bidirectional linked list header and element.

Definition at line 88 of file chlists.h.


Field Documentation

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


Generated on Sun Oct 24 2010 09:40:49 for ChibiOS/RT by doxygen 1.7.1