Lines Matching defs:waitok
260 size_t msg_len, unsigned msg_prio, int waitok,
263 size_t msg_len, unsigned *msg_prio, int waitok,
1684 * Send a message. if waitok is false, thread will not be
1690 size_t msg_len, unsigned msg_prio, int waitok,
1707 if (!waitok) {
1839 * Get a message. if waitok is false, thread will not be
1845 size_t msg_len, unsigned *msg_prio, int waitok,
1857 if (!waitok) {
2283 int error, waitok;
2289 waitok = (fp->f_flag & O_NONBLOCK) == 0;
2290 error = mqueue_receive(mq, msg_ptr, msg_len, msg_prio, waitok,
2320 int error, waitok;
2326 waitok = (fp->f_flag & O_NONBLOCK) == 0;
2327 error = mqueue_send(mq, msg_ptr, msg_len, msg_prio, waitok,