HomeSort by relevance Sort by last modified time
    Searched defs:WSTOPPED (Results 1 - 25 of 66) 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 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
  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 10 WSTOPPED = 0004
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wait.h 6 #define WSTOPPED WUNTRACED
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
wait.h 110 * If w_stopval==WSTOPPED, then the second structure describes
156 #define WSTOPPED _WSTOPPED
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 22 WSTOPPED = 0004
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 538 public static final int WSTOPPED = 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 868 milliseconds

1 2 3