|
ChibiOS/RT
2.5.1 |
#include <chsem.h>


Data Fields | |
| ThreadsQueue | s_queue |
| Queue of the threads sleeping on this semaphore. | |
| cnt_t | s_cnt |
| The semaphore counter. | |
Queue of the threads sleeping on this semaphore.
Definition at line 38 of file chsem.h.
Referenced by chSemAddCounterI(), chSemInit(), chSemResetI(), chSemSignal(), chSemSignalI(), chSemSignalWait(), chSemWaitS(), and chSemWaitTimeoutS().
The semaphore counter.
Definition at line 40 of file chsem.h.
Referenced by chSemAddCounterI(), chSemInit(), chSemResetI(), chSemSignal(), chSemSignalI(), chSemSignalWait(), chSemWaitS(), and chSemWaitTimeoutS().