Definition at line 80 of file semaphore.h.
Data Fields | |
HANDLE | qhp |
Queue to wait, if semaphore is zero. | |
short | value |
semaphore value . |
Queue to wait, if semaphore is zero.
Definition at line 81 of file semaphore.h.
Referenced by NutSemDestroy(), NutSemInit(), and NutSemPost().
short _SEM::value |
semaphore value .
Definition at line 82 of file semaphore.h.
Referenced by NutSemInit(), NutSemPost(), and NutSemTryWait().