Searched refs:MSGRCV (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/ | ||
D | ipc.h | 61 #define MSGRCV 12 macro |
/bionic/libc/bionic/ | ||
D | sys_msg.cpp | 59 return syscall(SYS_ipc, IPCCALL(1, MSGRCV), id, n, flags, msg, type); in msgrcv() |