Skip to main content

Module sys_shm

Module sys_shm 

Source

Structs§

shmid_ds

Constants§

SHMLBA
Segment low boundary address multiple.
SHM_FAILED
Return value of shmat() indicating shared memory has not been attached.
SHM_RDONLY
Attach read-only (else read-write).
SHM_RND
Round attach address to SHMLBA.

Functions§

shmat
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmat.html.
shmctl
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmctl.html.
shmdt
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmdt.html.
shmget
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmget.html.

Type Aliases§

shmatt_t