ipc_rmid(9) centos man page | unix.com

Man Page: ipc_rmid

Operating Environment: centos

Section: 9

IPC_RMID(9)						       Kernel IPC facilities						       IPC_RMID(9)

NAME
ipc_rmid - remove an IPC identifier
SYNOPSIS
void ipc_rmid(struct ipc_ids * ids, struct kern_ipc_perm * ipcp);
ARGUMENTS
ids IPC identifier set ipcp ipc perm structure containing the identifier to remove
DESCRIPTION
ipc_ids.rwsem (as a writer) and the spinlock for this ID are held before this function is called, and remain locked on the exit.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IPC_RMID(9)
Related Man Pages
ipc(2) - redhat
ipc(3head) - sunos
ipc(3head) - freebsd
ipc(3head) - php
ipc(3head) - x11r4
Similar Topics in the Unix Linux Community
Airport using semaphores and shared memo
Shared memory between two c program
how to write on separate lines?