Home
last modified time | relevance | path

Searched defs:msgctl (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/ipc/
Dmsgctl.c10 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl() function
/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgctl.c12 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl() function
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c60 int (*msgctl)(int msqid, int cmd, void *buf); member