HomeSort by relevance Sort by last modified time
    Searched refs:EALREADY (Results 1 - 25 of 380) 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 105 #ifndef EALREADY
106 #define EALREADY 103
  /frameworks/base/core/java/android/net/metrics/
ConnectStats.java 31 private final static int EALREADY = OsConstants.EALREADY;
106 // On non-blocking TCP sockets that are connecting, connect() immediately returns EALREADY.
107 return (errno == EINPROGRESS) || (errno == EALREADY);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
epoll_file_descriptor.h 28 return -EALREADY;
  /external/libmicrohttpd/src/include/
w32functions.h 50 #ifndef EALREADY
51 #define EALREADY (MHDW32ERRBASE+3)
  /external/libcxx/include/
errno.h 106 #ifndef EALREADY
107 #define EALREADY 9907
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 32 EALREADY, "EALREADY", EALREADY}, {
4-1.c 27 EALREADY, "EALREADY"}, {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
errno.h 106 #ifndef EALREADY
107 #define EALREADY 9907
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 121 #define EALREADY 114
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 121 #define EALREADY 114
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 130 #define EALREADY 149
  /development/ndk/platforms/android-9/include/asm-generic/
errno.h 98 #define EALREADY 114
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
errno.h 96 #define EALREADY 37 /* Operation already in progress */
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Xform.c 158 retval = EALREADY;
  /external/bison/lib/
strerror-override.c 48 case EALREADY:
146 /* WSAEALREADY maps to EALREADY */
  /external/drm_hwcomposer/
worker.cpp 35 return -EALREADY;
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 96 #define EALREADY 114 /* Operation already in progress */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 103 #define EALREADY 149 /* Operation already in progress */
  /external/libxml2/include/
wsockcompat.h 46 #define EALREADY WSAEALREADY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 87 #define EALREADY 114 /* Operation already in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 87 #define EALREADY 114 /* Operation already in progress */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 98 #define EALREADY 114

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>