Home
last modified time | relevance | path

Searched refs:waitpid (Results 226 – 250 of 487) sorted by relevance

12345678910>>...20

/freebsd/tools/test/stress2/misc/
H A Dlockf3.sh157 if (waitpid(pid[j], &status, 0) == -1)
H A Dsigreturn3.sh167 waitpid(pid, NULL, 0);
H A Dsem_timedwait.sh148 if (waitpid(pids[i], &status, 0) == -1)
H A Dsyzkaller25.sh120 while (waitpid(-1, status, 0) != pid) {
380 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller69.sh131 while (waitpid(-1, status, 0) != pid) {
406 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dnfsdelegation.sh142 if (waitpid(epid, NULL, 0) != epid)
H A Dshm.sh196 if (waitpid(pid, NULL,0) != pid)
H A Dtemp.sh148 waitpid(pids[i], &status, 0);
H A Dsendfile5.sh133 waitpid(child, &status, 0);
H A Dlaundry.sh152 if (waitpid(pids[i], &status, 0) == -1)
H A Dkevent11.sh164 if (waitpid(pids[i], &status, 0) == -1)
H A Dmmap41.sh157 if (waitpid(pid, NULL, 0) != pid)
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp118 Pid = waitpid(SavedPid, &ProcessStatus, /*options=*/0); in ExecuteCommand()
/freebsd/tools/test/stress2/testcases/tcp/
H A Dtcp.c180 if (waitpid(pid, NULL, 0) != pid) in test()
/freebsd/tools/test/stress2/tools/
H A Dswap.c221 if (waitpid(pids[i], NULL, 0) != pids[i]) in main()
/freebsd/lib/libc/tests/gen/
H A Dfmtmsg_test.c208 while ((wpid = waitpid(pid, &status, 0)) == -1 && errno == EINTR) in run_test()
/freebsd/usr.bin/sdiff/
H A Dedit.c62 while (waitpid(pid, &st, 0) == -1) in editit()
/freebsd/contrib/nvi/ex/
H A Dex_shell.c157 if (waitpid((pid_t)pid, &pstat, 0) != -1) in proc_wait()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c150 waitpid(child, &status, 0); in ATF_TC_BODY()
/freebsd/contrib/dma/
H A Dlocal.c91 waitchild = waitpid(child, &status, 0); in create_mbox()
/freebsd/libexec/ftpd/
H A Dpopen.c184 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR) in ftpd_pclose()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capmode.c156 wpid = waitpid(pid, NULL, 0); in test_capmode()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c227 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR) in ftpd_pclose()
/freebsd/contrib/unbound/util/
H A Dlocks.c137 if(waitpid((pid_t)thread, &status, 0) == -1) in ub_thr_fork_wait()
/freebsd/contrib/kyua/utils/process/
H A Dstatus_test.cpp85 ATF_REQUIRE(::waitpid(pid, &stat_loc, 0) != -1); in fork_and_wait()

12345678910>>...20