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

1 2 3

  /external/qemu/slirp/
slirp.h 38 # define EWOULDBLOCK WSAEWOULDBLOCK
  /external/chromium/third_party/libjingle/source/talk/base/
socket.h 53 #undef EWOULDBLOCK // Remove errno.h's definition for each macro below.
54 #define EWOULDBLOCK WSAEWOULDBLOCK
140 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket.h 53 #undef EWOULDBLOCK // Remove errno.h's definition for each macro below.
54 #define EWOULDBLOCK WSAEWOULDBLOCK
140 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 32 * (e.g. by iconv.h) and overwrites the definition of EWOULDBLOCK. */
34 #undef EWOULDBLOCK
41 #define EWOULDBLOCK WSAEWOULDBLOCK
  /external/qemu/
sockets.h 41 # ifndef EWOULDBLOCK
42 # define EWOULDBLOCK EAGAIN
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 37 /* POSIX says that EAGAIN and EWOULDBLOCK may have the same value. */
38 # define EWOULDBLOCK EAGAIN
104 HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133.
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 49 # ifndef EWOULDBLOCK
50 # define EWOULDBLOCK EAGAIN
  /external/bison/lib/
errno.in.h 120 # define EWOULDBLOCK 140
171 HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
348 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
377 if why.args[0] == EWOULDBLOCK:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
348 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
377 if why.args[0] == EWOULDBLOCK:
  /bionic/libc/kernel/arch-mips/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /bionic/libc/kernel/common/asm-generic/
errno.h 30 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /external/kernel-headers/original/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /external/kernel-headers/original/asm-mips/
errno.h 102 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN

Completed in 842 milliseconds

1 2 3