Semaphore. More...
#include <sys/semaphore.h>
Data Fields | |
HANDLE | qhp |
Queue to wait, if semaphore is zero. | |
short | value |
semaphore value . |
Semaphore.
Queue to wait, if semaphore is zero.
Referenced by NutSemDestroy(), NutSemInit(), and NutSemPost().
short _SEM::value |
semaphore value .
Referenced by NutSemInit(), NutSemPost(), and NutSemTryWait().