Searched refs:waitall (Results 1 – 2 of 2) sorted by relevance
649 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()
1251 int waitall = iov.iov_len & 0x1 ? MSG_WAITALL : 0; in ATF_TC_BODY() local1253 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()