HomeSort by relevance Sort by last modified time
    Searched refs:WUNTRACED (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
wait.h 16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /external/kernel-headers/original/linux/
wait.h 5 #define WUNTRACED 0x00000002
6 #define WSTOPPED WUNTRACED
  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 167 EXPECT_GE(HANDLE_EINTR(waitpid(pid, 0, WUNTRACED)), 0);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 347 public static final int WUNTRACED = placeholder();
  /external/openssh/
scp.c 173 while (waitpid(do_cmd_pid, &status, WUNTRACED) == -1 &&
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 404 initConstant(env, c, "WUNTRACED", WUNTRACED);
  /system/core/sh/
jobs.c 1160 flags |= WUNTRACED;
  /external/mksh/src/
jobs.c 1285 pid = waitpid(-1, &status, (WNOHANG|WUNTRACED));
    [all...]
  /external/strace/
process.c     [all...]

Completed in 276 milliseconds

12