Home
last modified time | relevance | path

Searched refs:waitpid (Results 151 - 175 of 401) sorted by relevance

12345678910>>...17

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D17-8.c83 waitpid(pid, &s, 0); in main()
H A D17-9.c83 waitpid(pid, &s, 0); in main()
H A D9-1.c98 waitpid(pid, &s, 0); in main()
/third_party/musl/include/sys/
H A Dwait.h21 pid_t waitpid (pid_t, int *, int );
/third_party/musl/libc-test/src/functional/
H A Dspawn.c37 TEST(waitpid(pid, &status, 0), pid); in main()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dfork.c55 waitpid(fpid, NULL, options); in fork_0100()
/third_party/musl/libc-test/src/gwp_asan/
H A Dgwp_asan_smoke_test.c98 if (waitpid(pid, &status, 0) != pid) { in main()
99 t_error("gwp_asan_smoke_test waitpid failed."); in main()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.h50 MOCK_METHOD3(waitpid, pid_t(pid_t pid, int *status, int options));
/third_party/libuv/test/
H A Dtest-pipe-close-stdout-read-stdin.c110 waitpid(pid, &status, 0); in TEST_IMPL()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_exec.c147 if (waitpid(pid, &rv, 0) == -1) { in main()
148 tst_resm(TINFO | TERRNO, "waitpid"); in main()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core03.c36 ret = waitpid(pid, &status, 0); in wait_for_pid()
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns05.c109 waitpid(pids[i], &status, 0); in run()
/third_party/musl/libc-test/src/regression/
H A Dpthread_exit-dtor.c57 if (waitpid(pid, &r, 0) != pid) { in main()
58 t_error("waitpid failed: %s\n", strerror(errno)); in main()
H A Dmalloc-overflow-check.c94 if (waitpid(pid, &status, 0) != pid) { in main()
95 t_error("%s waitpid failed: %s\n", pname, strerror(errno)); in main()
H A Dmalloc-double-free-check.c83 if (waitpid(pid, &status, 0) != pid) { in main()
84 t_error("%s waitpid failed: %s\n", argv[0], strerror(errno)); in main()
/third_party/ltp/testcases/kernel/ipc/semaphore/
H A Dsem01.c145 waitpid(pid, &chstat, 0); in main()
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake03.c48 while (waitpid(-1, &res, WNOHANG) > 0) in do_wake()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace05.c109 waitpid(child, &status, 0); in main()
/third_party/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid01.c98 if (waitpid(child, &status, 0) == -1) in wait4child()
99 tst_resm(TBROK|TERRNO, "waitpid"); in wait4child()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect03.c109 waitpid(pid, &status, 0); in main()
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe13.c64 ret = waitpid(-1, NULL, WNOHANG); in verify_pipe()
66 tst_brk(TBROK | TERRNO, "waitpid()"); in verify_pipe()
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
H A Dmodify_ldt02.c128 (void)waitpid(pid, &status, 0); in main()
/third_party/ltp/testcases/kernel/uevents/
H A Duevent.h158 ret = waitpid(pid, &status, WNOHANG); in wait_for_pid()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D16-1.c144 ctl = waitpid(child, &status, 0); in main()
H A D18-1.c128 ctl = waitpid(child, &status, 0); in main()

Completed in 7 milliseconds

12345678910>>...17