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

1 2 3 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 157 #ifndef EINPROGRESS
158 #define EINPROGRESS 112
  /external/libmicrohttpd/src/include/
w32functions.h 47 #ifndef EINPROGRESS
48 #define EINPROGRESS (MHDW32ERRBASE+2)
  /external/webrtc/webrtc/base/
socket.h 39 #undef EINPROGRESS
40 #define EINPROGRESS WSAEINPROGRESS
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/bison/lib/
errno.in.h 97 # ifndef EINPROGRESS
98 # define EINPROGRESS 112
strerror-override.c 46 case EINPROGRESS:
145 /* WSAEINPROGRESS maps to EINPROGRESS */
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 122 #define EINPROGRESS 115
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 131 #define EINPROGRESS 150
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 131 #define EINPROGRESS 150
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 131 #define EINPROGRESS 150
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 122 #define EINPROGRESS 115
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 131 #define EINPROGRESS 150
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 97 #define EINPROGRESS 115 /* Operation now in progress */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 104 #define EINPROGRESS 150 /* Operation now in progress */
  /external/libxml2/include/
wsockcompat.h 45 #define EINPROGRESS WSAEINPROGRESS
  /hardware/ti/omap4-aah/libtiutils/
ErrorUtils.cpp 52 case EINPROGRESS:
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 51 case EINPROGRESS:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
errno.h 131 #define EINPROGRESS 150
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
errno.h 131 #define EINPROGRESS 150

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011