ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Data Fields

Mutex Struct Reference
[Mutexes]

Mutex structure. More...

#include <chmtx.h>

Collaboration diagram for Mutex:
Collaboration graph
[legend]

Data Fields

ThreadsQueue m_queue
 Queue of the threads sleeping on this Mutex.
Threadm_owner
 Owner Thread pointer or NULL.
struct Mutexm_next
 Next Mutex into an owner-list or NULL.

Detailed Description

Mutex structure.

Definition at line 43 of file chmtx.h.


Field Documentation

Queue of the threads sleeping on this Mutex.

Definition at line 44 of file chmtx.h.

Referenced by chMtxInit(), chMtxLockS(), chMtxUnlock(), chMtxUnlockAll(), and chMtxUnlockS().

Owner Thread pointer or NULL.

Definition at line 46 of file chmtx.h.

Referenced by chMtxInit(), chMtxLockS(), chMtxTryLockS(), chMtxUnlock(), chMtxUnlockAll(), and chMtxUnlockS().

Next Mutex into an owner-list or NULL.

Definition at line 48 of file chmtx.h.

Referenced by chMtxLockS(), chMtxTryLockS(), chMtxUnlock(), chMtxUnlockAll(), and chMtxUnlockS().


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