#include <sem.h>
Definition at line 81 of file sem.h.
 
◆ cond
Condition for signaling waiters 
Definition at line 89 of file sem.h.
 
 
◆ count
Current count of this semaphore 
Definition at line 83 of file sem.h.
 
 
◆ mutex
Mutual exclusion 
Definition at line 87 of file sem.h.
 
 
◆ waiters
Number of threads currently waiting for this semaphore 
Definition at line 85 of file sem.h.
 
 
The documentation for this struct was generated from the following file: