HomeSort by relevance Sort by last modified time
    Searched refs:WSTOPPED (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 10 WSTOPPED = 0004
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /external/strace/xlat/
wait4_options.h 2 #ifndef WSTOPPED
25 #ifndef WSTOPPED
36 #if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED)
37 XLAT(WSTOPPED),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitflags.h 30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /bionic/libc/kernel/uapi/linux/
wait.h 23 #define WSTOPPED WUNTRACED
  /external/kernel-headers/original/uapi/linux/
wait.h 7 #define WSTOPPED WUNTRACED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wait.h 6 #define WSTOPPED WUNTRACED
  /bionic/tests/headers/posix/
sys_wait_h.c 62 MACRO(WSTOPPED);
  /external/strace/tests/
wait4.c 171 assert(do_wait4(pid, s, WSTOPPED, rusage) == pid);
174 ", WSTOPPED, %s) = %d\n", pid, sprint_rusage(rusage), pid);
194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1);
195 tprintf("wait4(-1, %p, WNOHANG|WSTOPPED|__WALL, %p) = -1 %s (%m)\n",
waitid.c 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage))
195 tprintf("waitid(P_PID, %d, {}, WNOHANG|WEXITED|WSTOPPED, %s) = 0\n",
236 if (do_waitid(P_PID, pid, sinfo, WSTOPPED, rusage))
238 tprintf("waitid(P_PID, %d, %s, WSTOPPED, %s) = 0\n",
259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage);
260 tprintf("waitid(P_ALL, -1, %p, WEXITED|WSTOPPED, %p)"
  /external/strace/tests-m32/
wait4.c 171 assert(do_wait4(pid, s, WSTOPPED, rusage) == pid);
174 ", WSTOPPED, %s) = %d\n", pid, sprint_rusage(rusage), pid);
194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1);
195 tprintf("wait4(-1, %p, WNOHANG|WSTOPPED|__WALL, %p) = -1 %s (%m)\n",
waitid.c 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage))
195 tprintf("waitid(P_PID, %d, {}, WNOHANG|WEXITED|WSTOPPED, %s) = 0\n",
236 if (do_waitid(P_PID, pid, sinfo, WSTOPPED, rusage))
238 tprintf("waitid(P_PID, %d, %s, WSTOPPED, %s) = 0\n",
259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage);
260 tprintf("waitid(P_ALL, -1, %p, WEXITED|WSTOPPED, %p)"
  /external/strace/tests-mx32/
wait4.c 171 assert(do_wait4(pid, s, WSTOPPED, rusage) == pid);
174 ", WSTOPPED, %s) = %d\n", pid, sprint_rusage(rusage), pid);
194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1);
195 tprintf("wait4(-1, %p, WNOHANG|WSTOPPED|__WALL, %p) = -1 %s (%m)\n",
waitid.c 193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage))
195 tprintf("waitid(P_PID, %d, {}, WNOHANG|WEXITED|WSTOPPED, %s) = 0\n",
236 if (do_waitid(P_PID, pid, sinfo, WSTOPPED, rusage))
238 tprintf("waitid(P_PID, %d, %s, WSTOPPED, %s) = 0\n",
259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage);
260 tprintf("waitid(P_ALL, -1, %p, WEXITED|WSTOPPED, %p)"
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
wait.h 110 * If w_stopval==WSTOPPED, then the second structure describes
156 #define WSTOPPED _WSTOPPED
  /frameworks/av/media/audioserver/
main_audioserver.cpp 72 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
  /external/ltp/testcases/kernel/syscalls/waitid/
waitid02.c 119 .msg = "P_PID, WSTOPPED | WNOWAIT",
121 .options = WSTOPPED | WNOWAIT,
227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0)
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 22 WSTOPPED = 0004
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /external/linux-kselftest/tools/testing/selftests/x86/
ptrace_syscall.c 87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 538 public static final int WSTOPPED = placeholder();
    [all...]
  /external/strace/
strace.c     [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 599 initConstant(env, c, "WSTOPPED", WSTOPPED);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]

Completed in 953 milliseconds

1 2 3 4