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

1 2 3

  /external/fio/os/windows/posix/include/sys/
wait.h 8 #define WNOHANG 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitflags.h 26 #define WNOHANG 1 /* Don't block waiting. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 26 #define WNOHANG 1 /* Don't block waiting. */
  /bionic/libc/kernel/uapi/linux/
wait.h 21 #define WNOHANG 0x00000001
  /external/kernel-headers/original/uapi/linux/
wait.h 5 #define WNOHANG 0x00000001
  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 7 WNOHANG = 0100
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 4 #define WNOHANG 0x00000001
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
wait.h 65 * Option bits for the third argument of wait4. WNOHANG causes the
73 #define WNOHANG 0x00000001 /* don't hang in wait */
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 10 WNOHANG = 0100
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 536 public static final int WNOHANG = 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...]
  /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 1023 milliseconds

1 2 3