Searched refs:msg_q (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/poll/unix/
H A Dz_asio.c54 int msg_q; /* IPC message queue. The z/OS kernel sends messages member in struct:apr_pollset_private_t
251 rv = msgctl(pollset->p->msg_q, IPC_RMID, NULL);
290 priv->msg_q = rv;
321 msgctl(priv->msg_q, IPC_RMID, NULL);
396 elem->a.aio_msgev_qid = priv->msg_q;
688 while (0 < msgrcv(priv->msg_q, &msg_buff, sizeof(asio_elem_t *), 0,
709 if (0 >= (ret = __msgrcv_timed(priv->msg_q, &msg_buff,

Completed in 60 milliseconds