-
SEM_INIT
- Initialize a semaphore.
-
SEM_WAIT
- Wait for a seat to free in a semaphore.
-
SEM_TRYWAIT
- See if a seat is available, and if so take it.
-
SEM_POST
- Add another seat to the semaphore.
-
SEM_DESTROY
- Reap a semaphore structure.
Home Alphabetic index
This page was generated with the help of DOC++.