/external/strace/tests-mx32/ |
D | waitid.c | 186 if (do_waitid(P_PID, pid, 0, WNOHANG|WEXITED, 0)) in main() 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage)) in main() 201 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 215 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 254 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
/external/strace/tests-m32/ |
D | waitid.c | 186 if (do_waitid(P_PID, pid, 0, WNOHANG|WEXITED, 0)) in main() 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage)) in main() 201 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 215 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 254 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
/external/strace/tests/ |
D | waitid.c | 186 if (do_waitid(P_PID, pid, 0, WNOHANG|WEXITED, 0)) in main() 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage)) in main() 201 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 215 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 254 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage)) in main() 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
/external/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()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | WAIT.py | 8 WEXITED = 0001 variable 13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/strace/xlat/ |
D | wait4_options.h | 48 #if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED) 49 XLAT(WEXITED),
|
D | wait4_options.in | 5 WEXITED
|
/external/rust/crates/shared_child/src/sys/ |
D | unix.rs | 21 libc::WEXITED | libc::WNOWAIT, in wait_without_reaping() 59 libc::WEXITED | libc::WNOWAIT | libc::WNOHANG, in try_wait_without_reaping()
|
/external/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 57 pid = sys_waitid(P_PIDFD, pidfd, &info, WEXITED, NULL); in test_pidfd_wait_simple() 70 pid = sys_waitid(P_PIDFD, pidfd, &info, WEXITED, NULL); in test_pidfd_wait_simple() 86 pid = sys_waitid(P_PIDFD, pidfd, &info, WEXITED, NULL); in test_pidfd_wait_simple() 232 ret = sys_waitid(P_PIDFD, pidfd, &info, WEXITED, NULL); in test_pidfd_wait_states()
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 8 #define WEXITED 0x00000004 macro
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | waitid.cpp | 19 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG); in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | waitid.cc | 17 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG); in main()
|
/external/mesa3d/src/freedreno/decode/ |
D | pager.c | 91 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 20 WEXITED = 0001 variable 25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/libbrillo/brillo/ |
D | process_reaper.cc | 61 int rc = HANDLE_EINTR(waitid(P_ALL, 0, &info, WNOHANG | WEXITED)); in HandleSIGCHLD()
|
/external/libwebsockets/lib/misc/ |
D | spawn.c | 133 n = waitid(P_PID, lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap() 191 waitid(P_PID, lsp->child_pid, &lsp->si, WEXITED | WNOHANG); in lws_spawn_reap()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-syscall.c | 45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
|
/external/wayland/tests/ |
D | test-runner.c | 339 if (waitid(P_PID, pid, &info, WEXITED)) { in main()
|
D | test-compositor.c | 108 assert(waitid(P_PID, ci->pid, &status, WEXITED) != -1); in handle_client_destroy()
|
/external/rust/crates/nix/src/sys/ |
D | wait.rs | 21 WEXITED;
|
/external/protobuf/conformance/ |
D | conformance_test_runner.cc | 167 waitpid(child_pid_, &status, WEXITED); in RunTest()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
|
/external/strace/ |
D | README-linux-ptrace | 104 WEXITED? 106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 996 pub const WEXITED: ::c_int = 0x10; constant
|