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

1 2 3 4

  /external/e2fsprogs/include/nonunix/
unistd.h 11 #define O_NONBLOCK 0
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 16 #define O_NONBLOCK 0x0080
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 13 O_NONBLOCK = 0x00000
syscall_nacl.go 120 O_NONBLOCK = 04000
121 O_NDELAY = O_NONBLOCK
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 13 O_NONBLOCK = 0x00000
syscall_nacl.go 120 O_NONBLOCK = 04000
121 O_NDELAY = O_NONBLOCK
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 69 #define O_NONBLOCK 0x00000004 ///< no delay
164 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 41 #ifndef O_NONBLOCK
42 #define O_NONBLOCK 00004000
81 #define O_NDELAY O_NONBLOCK
  /external/fio/os/
os-windows.h 74 #define O_NONBLOCK FIONBIO
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000
97 #define O_NDELAY O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 37 #ifndef O_NONBLOCK
38 #define O_NONBLOCK 00004000
88 #define O_NDELAY O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 42 #define O_NONBLOCK 04000
43 #define O_NDELAY O_NONBLOCK
202 # define FNONBLOCK O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 43 #define O_NONBLOCK 04000
44 #define O_NDELAY O_NONBLOCK
217 # define FNONBLOCK O_NONBLOCK
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 120 O_NONBLOCK = C.O_NONBLOCK
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 120 O_NONBLOCK = C.O_NONBLOCK
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 275 #ifndef O_NONBLOCK
276 #define O_NONBLOCK 1 /* nonblocking I/O */
279 #define O_NDELAY 1 /* same as O_NONBLOCK, for compatibility */
  /external/ppp/pppd/
main.c 265 #undef O_NONBLOCK
266 #define O_NONBLOCK O_NDELAY
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 164 O_NONBLOCK = 0x80
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 306 #ifndef O_NONBLOCK
307 # define O_NONBLOCK O_NDELAY
654 delay_flag &= (~O_NONBLOCK);
656 delay_flag |= O_NONBLOCK;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 301 #ifndef O_NONBLOCK
302 # define O_NONBLOCK O_NDELAY
642 delay_flag &= (~O_NONBLOCK);
644 delay_flag |= O_NONBLOCK;
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 330 #ifndef O_NONBLOCK
331 # define O_NONBLOCK O_NDELAY
678 delay_flag &= (~O_NONBLOCK);
680 delay_flag |= O_NONBLOCK;
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 354 #ifndef O_NONBLOCK
355 # define O_NONBLOCK O_NDELAY
653 new_delay_flag = delay_flag & (~O_NONBLOCK);
655 new_delay_flag = delay_flag | O_NONBLOCK;
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 625 O_NONBLOCK = 04000
626 O_NDELAY = O_NONBLOCK
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 573 O_NONBLOCK = 0x80

Completed in 484 milliseconds

1 2 3 4