Home
last modified time | relevance | path

Searched refs:msg_id3 (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl04.c22 static int msg_id3 = -1; variable
56 {&msg_id3, IPC_RMID, NULL, EPERM},
92 msg_id3 = SAFE_MSGGET(IPC_PRIVATE, IPC_CREAT | MSG_RW); in setup()
114 if (msg_id3 >= 0) { in cleanup()
116 SAFE_MSGCTL(msg_id3, IPC_RMID, NULL); in cleanup()

Completed in 1 milliseconds