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

  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.h 53 // We *were* getting ETIMEDOUT from pthread.h:
54 #ifndef ETIMEDOUT
55 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 66 #define ETIMEDOUT WSAETIMEDOUT
  /external/chromium_org/third_party/webrtc/base/
socket.h 86 #undef ETIMEDOUT
87 #define ETIMEDOUT WSAETIMEDOUT
  /external/bison/lib/
errno.in.h 116 # define ETIMEDOUT 138
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 116 #define ETIMEDOUT 110
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-L/include/asm-generic/
errno.h 116 #define ETIMEDOUT 110
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 83 #define ETIMEDOUT 110 /* Connection timed out */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 98 #define ETIMEDOUT 145 /* Connection timed out */
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 275 #if !defined(ETIMEDOUT)
276 # define ETIMEDOUT 10060 /* Same as WSAETIMEDOUT */
    [all...]
implement.h 55 * note: ETIMEDOUT is correctly defined in winsock.h
60 * In case ETIMEDOUT hasn't been defined above somehow.
62 #if !defined(ETIMEDOUT)
63 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 187 #ifndef ETIMEDOUT
188 #define ETIMEDOUT WSAETIMEDOUT
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 626 milliseconds