Home
last modified time | relevance | path

Searched refs:waitall (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/xargs/
H A Dxargs.c649 waitchildren(const char *name, int waitall) in waitchildren() argument
655 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()
/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c1251 int waitall = iov.iov_len & 0x1 ? MSG_WAITALL : 0; in ATF_TC_BODY() local
1253 len = recvmsg(fd[1], &hdr, waitall); in ATF_TC_BODY()
1254 if (waitall && !(hdr.msg_flags & MSG_EOR)) in ATF_TC_BODY()
1277 waitall ? " WAITALL" : ""); in ATF_TC_BODY()