Semaphore structure and functions


o SEM_INIT
Initialize a semaphore.
o SEM_WAIT
Wait for a seat to free in a semaphore.
o SEM_TRYWAIT
See if a seat is available, and if so take it.
o SEM_POST
Add another seat to the semaphore.
o SEM_DESTROY
Reap a semaphore structure.

Home Alphabetic index



This page was generated with the help of DOC++.