Home
last modified time | relevance | path

Searched refs:MSGGET (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dipc.h62 #define MSGGET 13 macro
/bionic/libc/bionic/
Dsys_msg.cpp51 return syscall(SYS_ipc, MSGGET, key, flags, 0, 0, 0); in msgget()