IPC_RMID(9) Kernel IPC facilities IPC_RMID(9)NAMEipc_rmid - remove an IPC identifierSYNOPSISvoid ipc_rmid(struct ipc_ids * ids, struct kern_ipc_perm * ipcp);ARGUMENTSids IPC identifier set ipcp ipc perm structure containing the identifier to removeDESCRIPTIONipc_ids.rw_mutex (as a writer) and the spinlock for this ID are held before this function is called, and remain locked on the exit.COPYRIGHTKernel Hackers Manual 2.6. July 2010 IPC_RMID(9)
| Related Man Pages |
|---|
| ipc(2) - redhat |
| ipc(3head) - opensolaris |
| ipc.h(3head) - sunos |
| ipc.h(3head) - debian |
| ipc(3head) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| Dereferencing pointer to a shared memory struct |
| Message queue is not blocked in msgsnd |
| put an 2D array in shared memory |
| problem in multiplying arrays |