Searched refs:waitall (Results 1 – 3 of 3) sorted by relevance
649 waitchildren(const char *name, int waitall) in waitchildren() argument655 while ((pid = xwait(waitall || pids_full(), &status)) > 0) { in waitchildren()667 waitall = 1; in waitchildren()671 waitall = cause_exit = 1; in waitchildren()675 waitall = cause_exit = 1; in waitchildren()
1281 int waitall = iov.iov_len & 0x1 ? MSG_WAITALL : 0; in ATF_TC_BODY() local1283 len = recvmsg(fd[1], &hdr, waitall); in ATF_TC_BODY()1284 if (waitall && !(hdr.msg_flags & MSG_EOR)) in ATF_TC_BODY()1307 waitall ? " WAITALL" : ""); in ATF_TC_BODY()
1362 bool nonblock, waitall, peek; in uipc_soreceive_stream_or_seqpacket() local1375 waitall = (flags & MSG_WAITALL) && !peek; in uipc_soreceive_stream_or_seqpacket()1640 if (waitall && !(flags & MSG_EOR) && uio->uio_resid > 0) in uipc_soreceive_stream_or_seqpacket()