Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl04.c20 static int msg_id1 = -1; variable
44 {&msg_id1, IPC_STAT, &q_buf, EACCES},
100 msg_id1 = SAFE_MSGGET(msgkey1, IPC_CREAT | IPC_EXCL); in setup()
108 if (msg_id1 >= 0) in cleanup()
109 SAFE_MSGCTL(msg_id1, IPC_RMID, NULL); in cleanup()

Completed in 1 milliseconds