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

12

/external/chromium/net/base/
H A Dnet_errors_posix.cc26 case ETIMEDOUT:
/external/chromium/base/synchronization/
H A Dcondition_variable_posix.cc61 DCHECK(rv == 0 || rv == ETIMEDOUT);
/external/kernel-headers/original/asm-generic/
H A Derrno.h83 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h98 #define ETIMEDOUT 145 /* Connection timed out */ macro
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp125 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h103 #undef ETIMEDOUT macro
104 #define ETIMEDOUT WSAETIMEDOUT macro
H A Dautodetectproxy.cc76 OnCloseEvent(socket_, ETIMEDOUT);
/external/qemu/
H A Dqemu-thread.c79 if (err && err != ETIMEDOUT)
147 if (err && err != ETIMEDOUT)
H A Dsockets.h101 # ifndef ETIMEDOUT
102 # define ETIMEDOUT 10060 macro
H A Diolooper-select.c197 errno = ETIMEDOUT;
H A Dposix-aio-compat.c104 if (ret && ret != ETIMEDOUT) die2(ret, "pthread_cond_timedwait");
323 !(ret == ETIMEDOUT)) {
/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/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/llvm/include/llvm/Support/
H A Dsystem_error.h195 timed_out, // ETIMEDOUT
448 # ifndef ETIMEDOUT
449 # define ETIMEDOUT 138 macro
596 stream_timeout = ETIMEDOUT,
599 timed_out = ETIMEDOUT,
/external/dbus/dbus/
H A Ddbus-sysdeps-pthread.c299 if (result != ETIMEDOUT)
314 return result != ETIMEDOUT;
H A Ddbus-sysdeps.c959 #ifdef ETIMEDOUT
960 case ETIMEDOUT:
/external/qemu/android/
H A Dsync-utils.c192 errno = ETIMEDOUT;
224 errno = ETIMEDOUT;
/external/stressapptest/src/
H A Ddisk_blocks.cc144 while (!nelems_ && result != ETIMEDOUT) {
147 if (result == ETIMEDOUT) {
/external/openssh/
H A Droaming_common.c171 || errno == ECONNABORTED || errno == ETIMEDOUT
/external/chromium/net/socket/
H A Dtcp_client_socket_libevent.cc84 case ETIMEDOUT:
261 return MapConnectError(ETIMEDOUT);
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java135 public static final int ETIMEDOUT = placeholder(); field in class:OsConstants
701 if (errno == ETIMEDOUT) {
702 return "ETIMEDOUT";
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp46 #define ETIMEDOUT 60 /* Connection timed out */ macro
266 case BW_ERR_TIME_OUT: return ETIMEDOUT;
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c180 case ETIMEDOUT: return "ETIMEDOUT: Connection timed out";
584 if (ret != ETIMEDOUT)
772 if ((ret == 0 || ret == ETIMEDOUT) && mutex_is_valid) {
783 if (ret != 0 && ret != ETIMEDOUT) {

Completed in 512 milliseconds

12