Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Dwait4_options.h6 #ifndef WSTOPPED
43 #ifndef WSTOPPED
54 #if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED)
55 XLAT(WSTOPPED),
Dwait4_options.in2 #ifndef WSTOPPED
7 WSTOPPED
/external/python/cpython2/Lib/plat-irix5/
DWAIT.py10 WSTOPPED = 0004 variable
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/strace/tests-mx32/
Dwaitid.c193 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()
Dwait4.c171 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/
Dwaitid.c193 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()
Dwait4.c171 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/
Dwaitid.c193 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()
Dwait4.c171 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/
Dwait.h7 #define WSTOPPED WUNTRACED macro
/external/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c121 .options = WSTOPPED | WNOWAIT,
227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0) in setup6()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py22 WSTOPPED = 0004 variable
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-syscall.c45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/external/rust/crates/nix/src/sys/
Dwait.rs31 WSTOPPED;
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_wait.c148 ret = sys_waitid(P_PIDFD, pidfd, &info, WSTOPPED, NULL); in test_pidfd_wait_states()
/external/linux-kselftest/tools/testing/selftests/x86/
Dptrace_syscall.c87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs994 pub const WSTOPPED: ::c_int = 0x2; constant
/external/rust/crates/libc/src/unix/redox/
Dmod.rs798 pub const WSTOPPED: ::c_int = 2; constant
/external/strace/
Dstrace.c1408 while (waitpid(pid, &status, WSTOPPED) < 0) { in startup_child()
DREADME-linux-ptrace106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1148 pub const WSTOPPED: ::c_int = 2; // same as WUNTRACED constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1054 pub const WSTOPPED: ::c_int = 0x10; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1087 pub const WSTOPPED: ::c_int = WUNTRACED; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1674 pub const WSTOPPED: ::c_int = 0x00000002; // same as WUNTRACED constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1087 pub const WSTOPPED: ::c_int = WUNTRACED; constant

12