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

/freebsd-13-stable/contrib/dma/
H A Dlocal.c57 pid_t child, waitchild; local
90 waitchild = waitpid(child, &status, 0);
96 if (waitchild == -1 && e == EINTR) {
101 if (waitchild == -1) {
/freebsd-13-stable/tests/sys/file/
H A Dpath_test.c92 waitchild(pid_t child, int exstatus) function
189 waitchild(child, 0);
208 waitchild(child, 4);
537 waitchild(child, 0);

Completed in 107 milliseconds