ipc_lock(9) centos man page | unix.com

Man Page: ipc_lock

Operating Environment: centos

Section: 9

IPC_LOCK(9)						       Kernel IPC facilities						       IPC_LOCK(9)

NAME
ipc_lock - Lock an ipc structure without rwsem held
SYNOPSIS
struct kern_ipc_perm * ipc_lock(struct ipc_ids * ids, int id);
ARGUMENTS
ids IPC identifier set id ipc id to look for
DESCRIPTION
Look for an id in the ipc ids idr and lock the associated ipc object. The ipc object is locked on successful exit.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IPC_LOCK(9)
Related Man Pages
ipc(2) - redhat
ipc(2) - linux
ipc(2) - debian
ipc.h(3head) - centos
ipc(3head) - mojave
Similar Topics in the Unix Linux Community
pidstat question redhat 5
Shared memory between two c program
Use of Capabilities