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

  /external/qemu/slirp/
slirp.h 39 # define EINPROGRESS WSAEINPROGRESS
  /development/tools/emulator/opengl/tests/event_injector/
sockets.h 52 # ifndef EINPROGRESS
53 # define EINPROGRESS 10036
  /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
  /bionic/libc/kernel/common/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /external/kernel-headers/original/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /external/llvm/include/llvm/Support/
system_error.h 180 operation_in_progress, // EINPROGRESS
403 # ifndef EINPROGRESS
404 # define EINPROGRESS 112
579 operation_in_progress = EINPROGRESS,
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 85 public static final int EINPROGRESS = placeholder();
551 if (errno == EINPROGRESS) {
552 return "EINPROGRESS";

Completed in 1181 milliseconds