/external/strace/xlat/ |
D | wait4_options.h | 6 #ifndef WSTOPPED 43 #ifndef WSTOPPED 54 #if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED) 55 XLAT(WSTOPPED),
|
D | wait4_options.in | 2 #ifndef WSTOPPED 7 WSTOPPED
|
/external/python/cpython2/Lib/plat-irix5/ |
D | WAIT.py | 10 WSTOPPED = 0004 variable 13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/strace/tests-mx32/ |
D | waitid.c | 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage)) in main() 236 if (do_waitid(P_PID, pid, sinfo, WSTOPPED, rusage)) in main() 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
D | wait4.c | 171 assert(do_wait4(pid, s, WSTOPPED, rusage) == pid); in main() 194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
|
/external/strace/tests-m32/ |
D | waitid.c | 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage)) in main() 236 if (do_waitid(P_PID, pid, sinfo, WSTOPPED, rusage)) in main() 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
D | wait4.c | 171 assert(do_wait4(pid, s, WSTOPPED, rusage) == pid); in main() 194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
|
/external/strace/tests/ |
D | waitid.c | 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage)) in main() 236 if (do_waitid(P_PID, pid, sinfo, WSTOPPED, rusage)) in main() 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
D | wait4.c | 171 assert(do_wait4(pid, s, WSTOPPED, rusage) == pid); in main() 194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 7 #define WSTOPPED WUNTRACED macro
|
/external/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 121 .options = WSTOPPED | WNOWAIT, 227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0) in setup6()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 22 WSTOPPED = 0004 variable 25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/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/rust/crates/nix/src/sys/ |
D | wait.rs | 31 WSTOPPED;
|
/external/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 148 ret = sys_waitid(P_PIDFD, pidfd, &info, WSTOPPED, NULL); in test_pidfd_wait_states()
|
/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/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 994 pub const WSTOPPED: ::c_int = 0x2; constant
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 798 pub const WSTOPPED: ::c_int = 2; constant
|
/external/strace/ |
D | strace.c | 1408 while (waitpid(pid, &status, WSTOPPED) < 0) { in startup_child()
|
D | README-linux-ptrace | 106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1148 pub const WSTOPPED: ::c_int = 2; // same as WUNTRACED constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1054 pub const WSTOPPED: ::c_int = 0x10; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1087 pub const WSTOPPED: ::c_int = WUNTRACED; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1674 pub const WSTOPPED: ::c_int = 0x00000002; // same as WUNTRACED constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1087 pub const WSTOPPED: ::c_int = WUNTRACED; constant
|