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