Searched refs:ETIMEDOUT (Results 1 - 25 of 77) sorted by relevance

1234

/external/compiler-rt/test/tsan/
H A Dcond_version.c39 if (res != ETIMEDOUT)
40 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_node.cc38 if (err == ETIMEDOUT)
55 if (err == ETIMEDOUT)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.h53 // We *were* getting ETIMEDOUT from pthread.h:
54 #ifndef ETIMEDOUT
55 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_rwlock_timedrdlock.c89 if (result == ETIMEDOUT)
H A Dw32_CancelableWait.c138 result = ETIMEDOUT;
/external/lldb/source/Host/common/
H A DCondition.cpp97 if (err == ETIMEDOUT)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.cc43 if (err == ETIMEDOUT)
61 if (err == ETIMEDOUT)
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c78 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
88 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
108 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
126 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
149 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
164 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
175 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
342 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
508 case ETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break;
/external/bison/lib/
H A Dstrerror-override.c82 case ETIMEDOUT:
169 /* WSAETIMEDOUT maps to ETIMEDOUT */
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_futex.cc49 // and a caller expects ETIMEDOUT.
53 return ETIMEDOUT;
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc33 case ETIMEDOUT:
/external/chromium_org/third_party/libxml/src/include/
H A Dwsockcompat.h66 #define ETIMEDOUT WSAETIMEDOUT macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h83 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h98 #define ETIMEDOUT 145 /* Connection timed out */ macro
/external/libcxx/src/
H A Dcondition_variable.cpp71 if (ec != 0 && ec != ETIMEDOUT)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp124 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
/external/tcpdump/win32/Include/
H A Derrno.h115 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h86 #undef ETIMEDOUT macro
87 #define ETIMEDOUT WSAETIMEDOUT macro
/external/qemu/include/android/
H A Dsockets.h101 # ifndef ETIMEDOUT
102 # define ETIMEDOUT 10060 macro
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc174 case ETIMEDOUT:
201 case ETIMEDOUT:
H A Dcondition_variable_posix.cc133 return (res == ETIMEDOUT) ? false : true;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_posix.cc117 return (res == ETIMEDOUT) ? false : true;
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_syscond.c124 case ETIMEDOUT:
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_syscond.c128 case ETIMEDOUT:
/external/qemu/util/
H A Dqemu-thread-posix.c219 if (rc == ETIMEDOUT) {
226 if (rc != ETIMEDOUT) {
230 return (rc == ETIMEDOUT ? -1 : 0);
245 if (rc == -1 && errno == ETIMEDOUT) {

Completed in 1013 milliseconds

1234