Home
last modified time | relevance | path

Searched refs:msqid_ds (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dsys_msg_h.c41 TYPE(struct msqid_ds); in sys_msg_h()
42 STRUCT_MEMBER(struct msqid_ds, struct ipc_perm, msg_perm); in sys_msg_h()
43 STRUCT_MEMBER(struct msqid_ds, msgqnum_t, msg_qnum); in sys_msg_h()
44 STRUCT_MEMBER(struct msqid_ds, msglen_t, msg_qbytes); in sys_msg_h()
45 STRUCT_MEMBER(struct msqid_ds, pid_t, msg_lspid); in sys_msg_h()
46 STRUCT_MEMBER(struct msqid_ds, pid_t, msg_lrpid); in sys_msg_h()
48 STRUCT_MEMBER(struct msqid_ds, time_t, msg_stime); in sys_msg_h()
49 STRUCT_MEMBER(struct msqid_ds, time_t, msg_rtime); in sys_msg_h()
50 STRUCT_MEMBER(struct msqid_ds, time_t, msg_ctime); in sys_msg_h()
53 STRUCT_MEMBER(struct msqid_ds, unsigned long, msg_stime); in sys_msg_h()
[all …]
/bionic/libc/include/sys/
Dmsg.h41 #define msqid_ds msqid64_ds macro
49 int msgctl(int __msg_id, int __op, struct msqid_ds* _Nullable __buf) __INTRODUCED_IN(26);
/bionic/libc/bionic/
Dsys_msg.cpp34 int msgctl(int id, int cmd, msqid_ds* buf) { in msgctl()
/bionic/tests/
Dsys_msg_test.cpp48 msqid_ds ds; in TEST()