Standard C Library/IPC Functions |
|
|
Shared Memory Functions
|
Function |
Description |
| shmat | Shared memory operations |
| shmctl | Shared memory control |
| shmdt | Shared memory operations |
| shmget | Allocates a shared memory segment |
| ftok | Converts a path name and a project identifier to a System V IPC key |
Semaphores
|
Function |
Description |
| semop | Semaphore operations |
| semctl | Semaphore control operations |
| semget | Gets a semaphore set identifier |
Message Operations
| ©Nokia 2007 |
|