ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Data Fields

Semaphore Struct Reference
[Semaphores]

Semaphore structure. More...

#include <chsem.h>

Collaboration diagram for Semaphore:
Collaboration graph
[legend]

Data Fields

ThreadsQueue s_queue
 Queue of the threads sleeping on this semaphore.
cnt_t s_cnt
 The semaphore counter.

Detailed Description

Semaphore structure.

Definition at line 43 of file chsem.h.


Field Documentation

Queue of the threads sleeping on this semaphore.

Definition at line 44 of file chsem.h.

Referenced by chSemInit(), chSemResetI(), chSemSignal(), chSemSignalI(), chSemSignalWait(), chSemWaitS(), and chSemWaitTimeoutS().

The semaphore counter.

Definition at line 46 of file chsem.h.

Referenced by chSemInit(), chSemResetI(), chSemSignal(), chSemSignalI(), chSemSignalWait(), chSemWaitS(), and chSemWaitTimeoutS().


Generated on Sun Nov 28 2010 14:09:59 for ChibiOS/RT by doxygen 1.7.1