| 
    ChibiOS
    0.0.0
    
   | 
 
Semaphore structure. More...
#include <chsem.h>


Data Fields | |
| threads_queue_t | queue | 
| Queue of the threads sleeping on this semaphore.  More... | |
| cnt_t | cnt | 
| The semaphore counter.  More... | |
| threads_queue_t ch_semaphore::queue | 
Queue of the threads sleeping on this semaphore.
Definition at line 53 of file chsem.h.
Referenced by chSemAddCounterI(), chSemObjectInit(), chSemResetI(), chSemSignal(), chSemSignalI(), chSemSignalWait(), chSemWaitS(), and chSemWaitTimeoutS().
| cnt_t ch_semaphore::cnt | 
The semaphore counter.
Definition at line 55 of file chsem.h.
Referenced by chBSemGetStateI(), chBSemSignalI(), chSemAddCounterI(), chSemFastSignalI(), chSemFastWaitI(), chSemGetCounterI(), chSemObjectInit(), chSemResetI(), chSemSignal(), chSemSignalI(), chSemSignalWait(), chSemWaitS(), and chSemWaitTimeoutS().