Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 25 of 83) sorted by relevance

1234

/external/chromium_org/net/third_party/nss/ssl/
Dunix_err.c78 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_stat_error()
88 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_fstat_error()
108 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_access_error()
126 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_rmdir_error()
149 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_write_error()
164 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_fsync_error()
175 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_close_error()
342 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_open_error()
508 case ETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break; in nss_MD_unix_map_default_error()
/external/compiler-rt/test/tsan/
Dcond_version.c39 if (res != ETIMEDOUT) in main()
40 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT)); in main()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
Dpipe_node.cc38 if (err == ETIMEDOUT) in Read()
55 if (err == ETIMEDOUT) in Write()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dthreads_windows.h54 #ifndef ETIMEDOUT
55 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */ macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
Djspipe_node.cc43 if (err == ETIMEDOUT) in Read()
61 if (err == ETIMEDOUT) in Write()
/external/qemu/util/
Dqemu-thread-posix.c219 if (rc == ETIMEDOUT) { in qemu_sem_timedwait()
226 if (rc != ETIMEDOUT) { in qemu_sem_timedwait()
230 return (rc == ETIMEDOUT ? -1 : 0); in qemu_sem_timedwait()
245 if (rc == -1 && errno == ETIMEDOUT) { in qemu_sem_timedwait()
/external/chromium_org/third_party/webrtc/base/
Dsocket.h86 #undef ETIMEDOUT
87 #define ETIMEDOUT WSAETIMEDOUT macro
/external/webrtc/src/system_wrappers/source/
Devent_posix.cc174 case ETIMEDOUT: in Wait()
201 case ETIMEDOUT: in Wait()
/external/qemu/include/android/
Dsockets.h101 # ifndef ETIMEDOUT
102 # define ETIMEDOUT 10060 macro
/external/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp327 #ifndef ETIMEDOUT
328 #error ETIMEDOUT not defined
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Devent_posix.cc155 case ETIMEDOUT: in Wait()
178 case ETIMEDOUT: in Wait()
/external/lldb/source/Host/common/
DCondition.cpp97 if (err == ETIMEDOUT) in Wait()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_rwlock_timedrdlock.c89 if (result == ETIMEDOUT) in pthread_rwlock_timedrdlock()
Dw32_CancelableWait.c138 result = ETIMEDOUT; in ptw32_cancelable_wait()
/external/qemu/android/
Dsync-utils.c190 errno = ETIMEDOUT; in syncsocket_read_absolute()
222 errno = ETIMEDOUT; in syncsocket_write_absolute()
/external/chromium_org/components/nacl/loader/nonsfi/
Dirt_futex.cc53 return ETIMEDOUT; in IrtFutexWaitAbs()
/external/chromium_org/third_party/libxml/src/include/
Dwsockcompat.h66 #define ETIMEDOUT WSAETIMEDOUT macro
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DCondVar.cpp124 if ((waitResult != 0) && (waitResult != ETIMEDOUT)) in wait()
/external/chromium_org/net/base/
Dnet_errors_posix.cc33 case ETIMEDOUT: in MapSystemError()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h83 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/bison/lib/
Dstrerror-override.c82 case ETIMEDOUT: in strerror_override()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h98 #define ETIMEDOUT 145 /* Connection timed out */ macro
/external/stressapptest/src/
Ddisk_blocks.cc144 while (!nelems_ && result != ETIMEDOUT) { in GetRandomBlock()
147 if (result == ETIMEDOUT) { in GetRandomBlock()
/external/libcxx/src/
Dcondition_variable.cpp71 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_syscond.c124 case ETIMEDOUT: in SDL_CondWaitTimeout()

1234