Home
last modified time | relevance | path

Searched refs:WEXITED (Results 1 – 25 of 37) sorted by relevance

12

/external/strace/tests-mx32/
Dwaitid.c186 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/
Dwaitid.c186 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/
Dwaitid.c186 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/
Dwaitid02.c91 .options = WNOHANG | WEXITED,
99 .options = WNOHANG | WEXITED,
107 .options = WEXITED,
114 .options = WEXITED,
138 .options = WEXITED,
Dwaitid01.c79 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/
DWAIT.py8 WEXITED = 0001 variable
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/strace/xlat/
Dwait4_options.h48 #if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED)
49 XLAT(WEXITED),
Dwait4_options.in5 WEXITED
/external/rust/crates/shared_child/src/sys/
Dunix.rs21 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/
Dpidfd_wait.c57 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/
Dwait.h8 #define WEXITED 0x00000004 macro
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dwaitid.cpp19 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG); in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Dwaitid.cc17 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG); in main()
/external/mesa3d/src/freedreno/decode/
Dpager.c91 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py20 WEXITED = 0001 variable
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/libbrillo/brillo/
Dprocess_reaper.cc61 int rc = HANDLE_EINTR(waitid(P_ALL, 0, &info, WNOHANG | WEXITED)); in HandleSIGCHLD()
/external/libwebsockets/lib/misc/
Dspawn.c133 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/
Dptrace-syscall.c45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/external/wayland/tests/
Dtest-runner.c339 if (waitid(P_PID, pid, &info, WEXITED)) { in main()
Dtest-compositor.c108 assert(waitid(P_PID, ci->pid, &status, WEXITED) != -1); in handle_client_destroy()
/external/rust/crates/nix/src/sys/
Dwait.rs21 WEXITED;
/external/protobuf/conformance/
Dconformance_test_runner.cc167 waitpid(child_pid_, &status, WEXITED); in RunTest()
/external/linux-kselftest/tools/testing/selftests/x86/
Dptrace_syscall.c87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/external/strace/
DREADME-linux-ptrace104 WEXITED?
106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs996 pub const WEXITED: ::c_int = 0x10; constant

12