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

1 2 3

  /external/qemu/slirp/
slirp.h 39 # define EINPROGRESS WSAEINPROGRESS
  /external/chromium/third_party/libjingle/source/talk/base/
socket.h 55 #undef EINPROGRESS
56 #define EINPROGRESS WSAEINPROGRESS
140 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/qemu/
sockets.h 44 # ifndef EINPROGRESS
45 # define EINPROGRESS 10036
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 46 # define EINPROGRESS 10036
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 52 # ifndef EINPROGRESS
53 # define EINPROGRESS 10036
  /bionic/libc/kernel/arch-mips/asm/
errno.h 131 #define EINPROGRESS 150
  /bionic/libc/kernel/common/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/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /external/kernel-headers/original/asm-mips/
errno.h 104 #define EINPROGRESS 150 /* Operation now in progress */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115

Completed in 837 milliseconds

1 2 3