Documentation
¶
Overview ¶
Package shm implements SysV shared memory on Linux.
Index ¶
Constants ¶
View Source
const IPC_CREAT = 00001000 /* create if key is nonexistent */
View Source
const IPC_EXCL = 00002000 /* fail if key exists */
View Source
const IPC_INFO = 3 /* see ipcs */
View Source
const IPC_RMID = 0 /* remove resource */
View Source
const IPC_SET = 1 /* set ipc_perm options */
View Source
const IPC_STAT = 2 /* get ipc_perm options */
Variables ¶
This section is empty.
Functions ¶
func DestroySegment ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.