/third_party/rust/crates/nix/test/sys/ |
H A D | test_wait.rs | 49 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in test_waitid_signal() 90 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in test_waitid_exit() 137 let status = waitid(Id::Pid(child), WaitPidFlag::WEXITED).unwrap(); in test_waitid_pid() 201 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent() 214 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent() 220 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent() 230 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent()
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
H A D | waitid05.c | 34 TST_EXP_FAIL(waitid(P_PGID, pid_group+1, infop, WEXITED), ECHILD); in run() 37 TST_EXP_PASS(waitid(P_PGID, pid_group, infop, WEXITED)); in run()
|
H A D | waitid06.c | 31 TST_EXP_FAIL(waitid(P_PID, pid_child+1, infop, WEXITED), ECHILD); in run() 34 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WEXITED)); in run()
|
H A D | waitid03.c | 22 TST_EXP_FAIL(waitid(P_ALL, 0, infop, WNOHANG | WEXITED), ECHILD); in run()
|
H A D | waitid09.c | 27 TST_EXP_FAIL(waitid(P_PID, 1, infop, WEXITED), ECHILD); in run()
|
H A D | waitid04.c | 31 TST_EXP_PASS(waitid(P_ALL, pid_child, infop, WNOHANG | WEXITED)); in run()
|
H A D | waitid01.c | 10 * This test is checking if waitid() syscall does wait for WEXITED and check for 28 TST_EXP_PASS(waitid(P_ALL, 0, infop, WEXITED)); in run()
|
H A D | waitid11.c | 33 TST_EXP_PASS(waitid(P_ALL, 0, infop, WEXITED)); in run()
|
H A D | waitid10.c | 36 TST_EXP_PASS(waitid(P_ALL, 0, infop, WEXITED)); in run()
|
/third_party/musl/src/internal/ |
H A D | emulate_wait4.c | 23 if (cp) r = __syscall_cp(SYS_waitid, t, pid, &info, options|WEXITED, kru); in __emulate_wait4() 24 else r = __syscall(SYS_waitid, t, pid, &info, options|WEXITED, kru); in __emulate_wait4()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/ |
H A D | pidfd_open04.c | 48 TST_EXP_FAIL(waitid(P_PIDFD, pidfd, &info, WEXITED), EAGAIN, in run() 49 "waitid(P_PIDFD,...,WEXITED)"); in run() 53 ret = TST_RETRY_FUNC(waitid(P_PIDFD, pidfd, &info, WEXITED), TST_RETVAL_EQ0); in run()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | waitid.c | 35 int result = waitid(P_PID, pid, &si, WEXITED); in waitid_0100()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pager.c | 90 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_wait.c | 22 C(WEXITED) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | wait.h | 44 #define WEXITED 4 macro
|
/third_party/musl/include/sys/ |
H A D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttranshuge.c | 408 if (waitid(P_PID, child, &sig, WEXITED) < 0) { in main()
|
H A D | tinjpage.c | 713 waitid(P_PID, pid, &sig, WEXITED); in do_shared() 935 if (waitid(P_PID, child, &sig, WEXITED) < 0) in main()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttranshuge.c | 408 if (waitid(P_PID, child, &sig, WEXITED) < 0) { in main()
|
H A D | tinjpage.c | 713 waitid(P_PID, pid, &sig, WEXITED); in do_shared() 935 if (waitid(P_PID, child, &sig, WEXITED) < 0) in main()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 172 n = waitid(P_PID, (id_t)lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap() 240 n = waitid(P_PID, (id_t)lsp->child_pid, &temp.si, WEXITED | WNOHANG); in lws_spawn_reap()
|
/third_party/protobuf/conformance/ |
H A D | conformance_test_runner.cc | 166 waitpid(child_pid_, &status, WEXITED); in RunTest()
|