Home
last modified time | relevance | path

Searched defs:msg_queue (Results 1 – 5 of 5) sorted by relevance

/third_party/Linux_Kernel/include/linux/
Dmsg.h18 struct msg_queue { struct
19 struct kern_ipc_perm q_perm;
20 time_t q_stime; /* last msgsnd time */
21 time_t q_rtime; /* last msgrcv time */
22 time_t q_ctime; /* last change time */
23 unsigned long q_cbytes; /* current number of bytes on queue */
24 unsigned long q_qnum; /* number of messages in queue */
25 unsigned long q_qbytes; /* max number of bytes on queue */
26 pid_t q_lspid; /* pid of last msgsnd */
27 pid_t q_lrpid; /* last receive pid */
[all …]
/third_party/libuv/src/unix/
Dos390-syscalls.h49 int msg_queue; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface_unix.c39 struct dl_list msg_queue; member
49 struct dl_list msg_queue; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface_unix.c39 struct dl_list msg_queue; member
49 struct dl_list msg_queue; member
/third_party/quickjs/
Dquickjs-libc.c111 struct list_head msg_queue; /* list of JSWorkerMessage.link */ member