#include <sem.h>
Data Fields | |
| short | sempid |
| pid of last operation | |
| ushort | semval |
| current value | |
| ushort | semncnt |
| num procs awaiting increase in semval | |
| ushort | semzcnt |
| num procs awaiting semval = 0 | |
Definition at line 31 of file sem.h.
| short sem::sempid |
1.4.6-5