Home
last modified time | relevance | path

Searched refs:waitpid (Results 51 – 75 of 487) sorted by relevance

12345678910>>...20

/freebsd/tools/regression/capsicum/syscalls/
H A Dcap_ioctls_limit.c344 if (waitpid(pid, NULL, 0) == -1) in main()
363 if (waitpid(pid, NULL, 0) == -1) in main()
413 if (waitpid(pid, NULL, 0) == -1) in main()
431 if (waitpid(pid, NULL, 0) == -1) in main()
447 CHECK(waitpid(pid, NULL, 0) == pid); in main()
462 CHECK(waitpid(pid, NULL, 0) == pid); in main()
H A Dcap_fcntls_limit.c435 CHECK(waitpid(pid, NULL, 0) == pid); in main()
450 CHECK(waitpid(pid, NULL, 0) == pid); in main()
494 CHECK(waitpid(pid, NULL, 0) == pid); in main()
508 CHECK(waitpid(pid, NULL, 0) == pid); in main()
523 CHECK(waitpid(pid, NULL, 0) == pid); in main()
538 CHECK(waitpid(pid, NULL, 0) == pid); in main()
/freebsd/tools/test/stress2/misc/
H A Dmincore.sh144 if (waitpid(pids[i], NULL, WNOHANG) == pids[i]) {
152 if (waitpid(pids[i], NULL, 0) != pids[i])
H A Dr335171.sh115 if (waitpid(pid, NULL, 0) != pid)
145 if (waitpid(pids[i], &status, 0) == -1)
H A Dsyzkaller66.sh58 while (waitpid(-1, status, 0) != pid) {
93 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dmmap31.sh135 if (waitpid(pid, &status, 0) != pid)
167 if (waitpid(pids[i], &status, 0) == -1)
H A Dmkfifo6.sh150 if (waitpid(pid, &status, 0) != pid)
177 if (waitpid(pids[i], &status, 0) == -1)
H A Dsyzkaller19.sh58 while (waitpid(-1, status, 0) != pid) {
93 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dreaper3.sh118 if (waitpid(pid, NULL, 0) != pid)
141 if (waitpid(pids[i], NULL, 0) != pids[i])
H A Dreaper4.sh117 if (waitpid(pid, NULL, 0) != pid)
140 if (waitpid(pids[i], NULL, 0) != pids[i])
H A Dmkfifo7.sh170 if (waitpid(pid, &status, 0) != pid)
197 if (waitpid(pids[i], &status, 0) == -1)
H A Dsyzkaller50.sh51 while (waitpid(-1, status, 0) != pid) {
86 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller51.sh58 while (waitpid(-1, status, 0) != pid) {
93 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller53.sh99 while (waitpid(-1, status, 0) != pid) {
134 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dminherit.sh131 if (waitpid(pids[i], NULL, 0) == -1)
162 if (waitpid(pids[i], &status, 0) == -1)
H A Dmkfifo4.sh176 if (waitpid(pid, &status, 0) == -1)
180 if (waitpid(hpid, NULL, 0) == -1)
H A Dfstat.sh134 if (waitpid(pid, NULL, 0) != pid)
165 if (waitpid(pids[i], &status, 0) == -1)
H A Dmkfifo8.sh151 if (waitpid(pid[i], NULL, 0) != pid[i])
187 if (waitpid(pids[i], &status, 0) == -1)
H A Dsyzkaller55.sh57 while (waitpid(-1, status, 0) != pid) {
92 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller15.sh92 while (waitpid(-1, status, 0) != pid) {
127 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dmmap32.sh177 if (waitpid(pid, &status, 0) != pid)
189 if (waitpid(pid, &status, 0) != pid)
/freebsd/tools/test/popss/
H A Dpopss.c60 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup()
83 error = waitpid(child, &status, WTRAPPED | WEXITED); in setup()
/freebsd/usr.bin/gcore/
H A Dgcore.c97 waited = waitpid(pid, &res, 0); in kcoredump()
111 waited = waitpid(pid, &res, WNOHANG); in kcoredump()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c158 switch (waitpid(pid, &status, WNOHANG)) { in ATF_TC_BODY()
196 switch (waitpid(pid, &status, WNOHANG)) { in ATF_TC_BODY()
/freebsd/tools/tools/syscall_timing/
H A Dsyscall_timing.c192 if (waitpid(pid, NULL, 0) < 0) in test_fork()
201 if (waitpid(pid, NULL, 0) < 0) in test_fork()
225 if (waitpid(pid, NULL, 0) < 0) in test_fork_exec()
236 if (waitpid(pid, NULL, 0) < 0) in test_fork_exec()
869 if (waitpid(pid, NULL, 0) < 0) in test_vfork()
878 if (waitpid(pid, NULL, 0) < 0) in test_vfork()
898 if (waitpid(pid, NULL, 0) < 0) in test_vfork_exec()
909 if (waitpid(pid, NULL, 0) < 0) in test_vfork_exec()

12345678910>>...20