Searched refs:msqid_ds (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/headers/posix/ |
D | sys_msg_h.c | 41 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/ |
D | msg.h | 41 #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/ |
D | sys_msg.cpp | 34 int msgctl(int id, int cmd, msqid_ds* buf) { in msgctl()
|
/bionic/tests/ |
D | sys_msg_test.cpp | 48 msqid_ds ds; in TEST()
|