Searched refs:waitpid (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/lib/libc/tests/gen/
H A Dposix_spawn_test.c54 while (waitpid(-1, NULL, 0) != -1)
65 waitres = waitpid(pid, &status, 0);
86 waitres = waitpid(pid, &status, 0);
91 waitres = waitpid(-1, NULL, 0);
H A Dfmtmsg_test.c211 while ((wpid = waitpid(pid, &status, 0)) == -1 && errno == EINTR)
214 err(2, "waitpid");
H A Dwordexp_test.c52 while (waitpid(-1, &status, WNOHANG) > 0)
/barrelfish-master/lib/posixcompat/
H A Dwait.c26 return waitpid(-1, status, 0);
32 return waitpid(-1, status, options);
35 pid_t waitpid(pid_t pid, int *status, int options) function
66 printf("Warning: waitpid(<= 0, _, _) waits for the first child, "
86 POSIXCOMPAT_DEBUG("waitpid(%d, %d, %d) = %d\n",
/barrelfish-master/lib/libc/gen/
H A Dwaitpid.c31 static char sccsid[] = "@(#)waitpid.c 8.1 (Berkeley) 6/4/93";
55 __weak_reference(__waitpid, waitpid);
H A DMakefile.inc146 waitpid.c \
/barrelfish-master/include/sys/
H A Dwait.h40 * alternate interfaces that use it (wait, wait3, waitpid).
159 pid_t waitpid(pid_t, int *, int);
/barrelfish-master/lib/libc/include/
H A Dnamespace.h235 #define waitpid _waitpid macro
H A Dun-namespace.h216 #undef waitpid macro
/barrelfish-master/usr/bench/cow/
H A Dmain.c138 int w = waitpid(pid, &status, 0);
140 perror("waitpid");
/barrelfish-master/lib/libc/sys/
H A DMakefile.inc463 wait.2 waitpid.2 \
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_io.c4715 pid = waitpid((pid_t) pv.nint, &statusp, 0);
4717 pid = waitpid((pid_t) pv.nint, &statusp, WNOHANG);
4731 pid = waitpid((pid_t) (-1), &statusp, 0);

Completed in 190 milliseconds