Home
last modified time | relevance | path

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

1234

/external/compiler-rt/test/tsan/
Dcond_version.c42 if (res != ETIMEDOUT) in main()
43 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT)); in main()
/external/dng_sdk/source/
Ddng_pthread.h185 #if defined(WIN32) || !defined(ETIMEDOUT)
186 #undef ETIMEDOUT
187 #define ETIMEDOUT DNG_ETIMEDOUT macro
/external/libmicrohttpd/src/include/
Dw32functions.h149 #ifndef ETIMEDOUT
150 #define ETIMEDOUT (MHDW32ERRBASE+36) macro
/external/drm_hwcomposer/
Dworker.cpp153 if (ret == ETIMEDOUT) in WaitForSignalOrExitLocked()
154 ret = -ETIMEDOUT; in WaitForSignalOrExitLocked()
Ddrmcompositorworker.cpp70 case -ETIMEDOUT: in Routine()
/external/webrtc/webrtc/base/
Dsocket.h87 #undef ETIMEDOUT
88 #define ETIMEDOUT WSAETIMEDOUT macro
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_posix.cc106 RTC_DCHECK(ret_val == 0 || ret_val == ETIMEDOUT); in Wait()
125 RTC_DCHECK(ret_val == 0 || ret_val == ETIMEDOUT); in Wait()
Dcondition_variable_posix.cc117 return (res == ETIMEDOUT) ? false : true; in SleepCS()
/external/dbus/dbus/
Ddbus-sysdeps-pthread.c250 if (result != ETIMEDOUT) in _dbus_platform_condvar_wait_timeout()
256 return result != ETIMEDOUT; in _dbus_platform_condvar_wait_timeout()
Ddbus-sysdeps.c664 #ifdef ETIMEDOUT in _dbus_error_from_errno()
665 case ETIMEDOUT: in _dbus_error_from_errno()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp327 #ifndef ETIMEDOUT
328 #error ETIMEDOUT not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c74 case WSAETIMEDOUT: return ETIMEDOUT; in MHD_W32_errno_from_winsock_()
164 case ETIMEDOUT: in MHD_W32_strerror_()
492 case ETIMEDOUT: in MHD_W32_set_last_winsock_error_()
/external/lldb/source/Host/common/
DCondition.cpp97 if (err == ETIMEDOUT) in Wait()
/external/libxml2/include/
Dwsockcompat.h68 #define ETIMEDOUT WSAETIMEDOUT macro
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DCondVar.cpp125 if ((waitResult != 0) && (waitResult != ETIMEDOUT)) in wait()
/external/c-ares/
Dsetup_once.h439 #undef ETIMEDOUT /* override definition in errno.h */
440 #define ETIMEDOUT WSAETIMEDOUT macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h92 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/bison/lib/
Dstrerror-override.c82 case ETIMEDOUT: in strerror_override()
Derrno.in.h116 # define ETIMEDOUT 138 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h98 #define ETIMEDOUT 145 /* Connection timed out */ macro
/external/curl/lib/
Dcurl_setup_once.h509 #undef ETIMEDOUT /* override definition in errno.h */
510 #define ETIMEDOUT WSAETIMEDOUT macro
/external/libcxx/src/
Dcondition_variable.cpp75 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
/external/libcxx/include/
Dcerrno223 #ifndef ETIMEDOUT
224 #define ETIMEDOUT 9938
/external/libvncserver/libvncserver/
Dsockets.c109 #define ETIMEDOUT WSAETIMEDOUT macro
630 errno = ETIMEDOUT; in rfbReadExactTimeout()
715 errno = ETIMEDOUT; in rfbPeekExactTimeout()
821 errno = ETIMEDOUT; in rfbWriteExact()
/external/lldb/tools/debugserver/source/
DPThreadEvent.cpp160 if (err == ETIMEDOUT) in WaitForSetEvents()

1234