Searched defs:msqid_ds (Results 1 – 6 of 6) sorted by relevance
38 struct msqid_ds struct41 struct msg *__msg_first; /* pointer to first message on queue */42 struct msg *__msg_last; /* pointer to last message on queue */43 __time_t msg_stime; /* time of last msgsnd command */44 __time_t msg_rtime; /* time of last msgrcv command */45 __time_t msg_ctime; /* time of last change */46 struct __wait_queue *__wwait; /* ??? */47 struct __wait_queue *__rwait; /* ??? */49 msgqnum_t msg_qnum; /* number of messages currently on queue */51 __ipc_pid_t msg_lspid; /* pid of last msgsnd() */[all …]
27 struct msqid_ds struct
Completed in 5 milliseconds