/third_party/rust/crates/nix/test/sys/ |
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/ |
D | waitid02.c | 91 .options = WNOHANG | WEXITED, 99 .options = WNOHANG | WEXITED, 107 .options = WEXITED, 114 .options = WEXITED, 138 .options = WEXITED,
|
D | waitid01.c | 79 TEST(waitid(P_ALL, getpid(), &infop, WEXITED)); in main() 98 TEST(waitid(P_ALL, 0, &infop, WEXITED)); in main() 116 TEST(waitid(P_ALL, 0, &infop, WEXITED)); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | waitid.c | 35 int result = waitid(P_PID, pid, &si, WEXITED); in waitid_0100()
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pager.c | 90 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 22 C(WEXITED) in f()
|
/third_party/musl/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 44 #define WEXITED 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 158 WEXITED
|
D | fuchsia.txt | 998 WEXITED
|
D | netbsd.txt | 1040 WEXITED
|
D | dragonfly.txt | 1062 WEXITED
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | ttranshuge.c | 408 if (waitid(P_PID, child, &sig, WEXITED) < 0) { in main()
|
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/ |
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/ |
D | conformance_test_runner.cc | 166 waitpid(child_pid_, &status, WEXITED); in RunTest()
|
/third_party/rust/crates/nix/src/sys/ |
D | wait.rs | 36 WEXITED;
|
/third_party/node/deps/uv/src/unix/ |
D | process.c | 1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
D | page-poisoning.c | 742 waitid(P_PID, g_pid[i], &sig, WEXITED); in run_test()
|
/third_party/node/deps/v8/src/d8/ |
D | d8-posix.cc | 360 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
|
/third_party/libuv/src/unix/ |
D | process.c | 1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|