System V IPC mechanisms
The Interix Software Development Kit (SDK) contains the
following System V interprocess communication (IPC) mechanisms:
- shared memory (shmat(), shmctl(), shmdt(),
and shmget() routines)
- message queues (msgctl(), msgget(),
msgrcv(), and msgsnd() routines)
- and semaphores (semctl(), semget(), and
semop() routines)