HomeSort by relevance Sort by last modified time
    Searched defs:WUNTRACED (Results 1 - 25 of 68) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /bionic/libc/kernel/uapi/linux/
wait.h 22 #define WUNTRACED 0x00000002
23 #define WSTOPPED WUNTRACED
  /external/kernel-headers/original/uapi/linux/
wait.h 6 #define WUNTRACED 0x00000002
7 #define WSTOPPED WUNTRACED
  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 18 WUNTRACED = 0004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wait.h 5 #define WUNTRACED 0x00000002
6 #define WSTOPPED WUNTRACED
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
wait.h 67 * returning an error indication in this case (pid==0). WUNTRACED
74 #define WUNTRACED 0x00000002 /* tell about stopped,
135 * with the WUNTRACED option bit.
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 9 WUNTRACED = 0004
  /libcore/luni/src/main/java/android/system/
OsConstants.java 539 public static final int WUNTRACED = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]

Completed in 212 milliseconds

1 2 3