Nut/OS  4.10.3
API Reference
_SEM Struct Reference

Semaphore. More...

#include <sys/semaphore.h>

Collaboration diagram for _SEM:

Data Fields

HANDLE qhp
 Queue to wait, if semaphore is zero.
short value
 semaphore value .

Detailed Description

Semaphore.

Definition at line 79 of file semaphore.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: