XXXIV. Semaphore and Shared Memory Functions

Table of Contents
sem_get
sem_acquire
sem_release
shm_attach
shm_detach
shm_put_var
shm_put_var
shm_remove_var
shm_remove

This module provides semaphore functions using System V semaphores. Semaphores may be used to provide exclusive access to resources on the current machine, or to limit the number of processes that may simultaneously use a resource.

Shared memory support is also included. It is compatible with System V compatible systems.