Home
last modified time | relevance | path

Searched refs:msg_queue (Results 1 – 3 of 3) sorted by relevance

/libuv/src/unix/
H A Dos390-syscalls.c151 lst->msg_queue = msgget(IPC_PRIVATE, 0600 | IPC_CREAT); in init_message_queue()
152 if (lst->msg_queue == -1) in init_message_queue()
161 if (msgsnd(lst->msg_queue, &msg, sizeof(msg.body), 0) != 0) in init_message_queue()
165 if (msgrcv(lst->msg_queue, &msg, sizeof(msg.body), 0, 0) != sizeof(msg.body)) in init_message_queue()
223 lst->items[lst->size - 1].fd = lst->msg_queue; in epoll_create1()
378 msgctl(lst->msg_queue, IPC_RMID, NULL); in epoll_queue_close()
379 lst->msg_queue = -1; in epoll_queue_close()
H A Dos390-syscalls.h51 int msg_queue; member
H A Dos390.c643 assert(ep->msg_queue != -1); in os390_regfileint()
646 reg_struct.__rfis_qid = ep->msg_queue; in os390_regfileint()
696 assert(ep->msg_queue != -1); in uv__fs_event_stop()
699 reg_struct.__rfis_qid = ep->msg_queue; in uv__fs_event_stop()
753 if (ep->msg_queue == -1) in os390_message_queue_handler()
756 msglen = msgrcv(ep->msg_queue, &msg, sizeof(msg), 0, IPC_NOWAIT); in os390_message_queue_handler()

Completed in 26 milliseconds