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

1 2 3 4 5 6 7 8 910

  /external/libmicrohttpd/src/microspdy/
io_raw.c 106 #if EAGAIN != EWOULDBLOCK
107 case EWOULDBLOCK:
135 #if EAGAIN != EWOULDBLOCK
136 case EWOULDBLOCK:
  /external/ppp/pppd/plugins/radius/
lock.c 30 errno = EWOULDBLOCK;
  /external/libxml2/include/
wsockcompat.h 32 * (e.g. by iconv.h) and overwrites the definition of EWOULDBLOCK. */
34 #undef EWOULDBLOCK
41 #define EWOULDBLOCK WSAEWOULDBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 165 #ifndef EWOULDBLOCK
166 #define EWOULDBLOCK 140
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
decorate_proc_maps.cc 21 } else if (errno != EAGAIN || errno != EWOULDBLOCK || errno != EINTR) {
  /system/core/include/utils/
Errors.h 64 WOULD_BLOCK = -EWOULDBLOCK,
  /external/libmicrohttpd/src/include/
w32functions.h 44 #ifndef EWOULDBLOCK
45 #define EWOULDBLOCK (MHDW32ERRBASE+1)
  /external/webrtc/webrtc/base/
socket.h 37 #undef EWOULDBLOCK // Remove errno.h's definition for each macro below.
38 #define EWOULDBLOCK WSAEWOULDBLOCK
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 30 #define EWOULDBLOCK EAGAIN
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /bootable/recovery/minadbd/
fuse_adb_provider_test.cpp 68 ASSERT_EQ(EWOULDBLOCK, errno);
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-21/include/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/bison/lib/
strerror-override.c 90 case EWOULDBLOCK:
144 /* WSAEWOULDBLOCK maps to EWOULDBLOCK */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 21 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 102 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /external/netperf/src/missing/
inet_ntop.c 81 #define EWOULDBLOCK WSAEWOULDBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 112 operation_would_block = EWOULDBLOCK,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 112 operation_would_block = EWOULDBLOCK,
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 910