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

/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn.c92 if (waitpid(pid, &status, 0) < 0)
H A Dlmbench_bw_unix.c278 waitpid(state->pid, NULL, 0);
H A Dlmbench_lat_ctx.c396 waitpid(pState->pids[i], NULL, 0);
554 waitpid(ts->pids[i], NULL, 0);
/xnu-2782.1.97/tools/tests/libMicro/
H A Dexec.c87 if (waitpid(c, &status, 0) < 0)
H A Dexit.c149 switch (waitpid((pid_t)-1, NULL, 0)) {
H A Dfork.c126 (void) waitpid(ts->ts_pids[i], NULL, 0);
H A Dpipe.c266 (void) waitpid(ts->ts_child, NULL, 0);
H A Dlibmicro.c449 (void) waitpid(pids[i], NULL, 0);
/xnu-2782.1.97/bsd/sys/
H A Dwait.h72 * and the alternate interfaces that use it (wait, wait3, waitpid).
250 pid_t waitpid(pid_t, int *, int) __DARWIN_ALIAS_C(waitpid); variable
/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c70 while (-1 == waitpid(pid, &ret, 0)) {
72 err(1, "waitpid(%d)", pid);
/xnu-2782.1.97/bsd/man/man2/
H A DMakefile228 waitpid.2 \
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c647 waitpid(thread->pid, &stat, 0);
H A DKQMPMMtest.c700 waitpid(thread->pid, &stat, 0);
/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c691 waitpid(pid, &status, 0);
/xnu-2782.1.97/tools/tests/superpages/
H A Dtestsp.c481 waitpid(pid, &ret, 0);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c118 if ((waitpid(child, &child_result, 0) != child) || WEXITSTATUS(child_result))
H A Dpipes_tests.c233 while (waitpid(test_pid, &test_status, 0) != test_pid) {

Completed in 99 milliseconds