/external/compiler-rt/test/tsan/ |
D | cond_version.c | 42 if (res != ETIMEDOUT) in main() 43 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT)); in main()
|
/external/dng_sdk/source/ |
D | dng_pthread.h | 185 #if defined(WIN32) || !defined(ETIMEDOUT) 186 #undef ETIMEDOUT 187 #define ETIMEDOUT DNG_ETIMEDOUT macro
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 149 #ifndef ETIMEDOUT 150 #define ETIMEDOUT (MHDW32ERRBASE+36) macro
|
/external/drm_hwcomposer/ |
D | worker.cpp | 153 if (ret == ETIMEDOUT) in WaitForSignalOrExitLocked() 154 ret = -ETIMEDOUT; in WaitForSignalOrExitLocked()
|
D | drmcompositorworker.cpp | 70 case -ETIMEDOUT: in Routine()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 87 #undef ETIMEDOUT 88 #define ETIMEDOUT WSAETIMEDOUT macro
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | event_timer_posix.cc | 106 RTC_DCHECK(ret_val == 0 || ret_val == ETIMEDOUT); in Wait() 125 RTC_DCHECK(ret_val == 0 || ret_val == ETIMEDOUT); in Wait()
|
D | condition_variable_posix.cc | 117 return (res == ETIMEDOUT) ? false : true; in SleepCS()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-pthread.c | 250 if (result != ETIMEDOUT) in _dbus_platform_condvar_wait_timeout() 256 return result != ETIMEDOUT; in _dbus_platform_condvar_wait_timeout()
|
D | dbus-sysdeps.c | 664 #ifdef ETIMEDOUT in _dbus_error_from_errno() 665 case ETIMEDOUT: in _dbus_error_from_errno()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 327 #ifndef ETIMEDOUT 328 #error ETIMEDOUT not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 74 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/ |
D | Condition.cpp | 97 if (err == ETIMEDOUT) in Wait()
|
/external/libxml2/include/ |
D | wsockcompat.h | 68 #define ETIMEDOUT WSAETIMEDOUT macro
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | CondVar.cpp | 125 if ((waitResult != 0) && (waitResult != ETIMEDOUT)) in wait()
|
/external/c-ares/ |
D | setup_once.h | 439 #undef ETIMEDOUT /* override definition in errno.h */ 440 #define ETIMEDOUT WSAETIMEDOUT macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 92 #define ETIMEDOUT 110 /* Connection timed out */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 82 case ETIMEDOUT: in strerror_override()
|
D | errno.in.h | 116 # define ETIMEDOUT 138 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 98 #define ETIMEDOUT 145 /* Connection timed out */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 509 #undef ETIMEDOUT /* override definition in errno.h */ 510 #define ETIMEDOUT WSAETIMEDOUT macro
|
/external/libcxx/src/ |
D | condition_variable.cpp | 75 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
|
/external/libcxx/include/ |
D | cerrno | 223 #ifndef ETIMEDOUT 224 #define ETIMEDOUT 9938
|
/external/libvncserver/libvncserver/ |
D | sockets.c | 109 #define ETIMEDOUT WSAETIMEDOUT macro 630 errno = ETIMEDOUT; in rfbReadExactTimeout() 715 errno = ETIMEDOUT; in rfbPeekExactTimeout() 821 errno = ETIMEDOUT; in rfbWriteExact()
|
/external/lldb/tools/debugserver/source/ |
D | PThreadEvent.cpp | 160 if (err == ETIMEDOUT) in WaitForSetEvents()
|