Next:
Allocation and Deallocation
Up:
Interprocess Communication
Previous:
Controlling and Deallocating Shared
Processes Semaphores
Process semaphores are allocated, used, and deallocated like shared memory segments. Although a single semaphore is sufficient for almost all uses, process semaphores come in
sets
.
Subsections
Allocation and Deallocation
Initializing Semaphores
Wait and Post Operations
2006-03-31