/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/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait05.c | 49 if (TEST_ERRNO != ETIMEDOUT) { in verify_futex_wait() 52 tst_strerrno(ETIMEDOUT)); in verify_futex_wait()
|
D | futex_wait_bitset.h | 51 if (TEST_ERRNO != ETIMEDOUT) { in verify_futex_wait_bitset() 53 tst_strerrno(ETIMEDOUT)); in verify_futex_wait_bitset()
|
D | futex_wait01.c | 47 {&futex, FUTEX_INITIALIZER, 0, ETIMEDOUT}, 49 {&futex, FUTEX_INITIALIZER, FUTEX_PRIVATE_FLAG, ETIMEDOUT},
|
/external/libusb/libusb/os/ |
D | threads_windows.h | 47 #ifndef ETIMEDOUT 48 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */ macro
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_wait_private_mapped_file.c | 61 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) { in thr_futex_wait() 67 if (ret && errno == ETIMEDOUT) in thr_futex_wait()
|
D | futex_wait_timeout.c | 79 if (!res || errno != ETIMEDOUT) { in main()
|
/external/dng_sdk/source/ |
D | dng_pthread.h | 190 #if defined(WIN32) || !defined(ETIMEDOUT) 191 #undef ETIMEDOUT 192 #define ETIMEDOUT DNG_ETIMEDOUT macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
D | 5-1.c | 122 if (sync_pipe_wait_select(sync_pipes, 1) != -ETIMEDOUT) { in main() 135 if (sync_pipe_wait_select(sync_pipes, 5) == -ETIMEDOUT) { in main()
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 149 #ifndef ETIMEDOUT 150 #define ETIMEDOUT (MHDW32ERRBASE+36) macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 61 if (rc == ETIMEDOUT) { in fn_rd_1() 106 if (rc == ETIMEDOUT) { in fn_rd_2()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 68 if (rc == ETIMEDOUT) { in fn_wr_1() 112 if (rc == ETIMEDOUT) { in fn_wr_2()
|
/external/libcxx/include/ |
D | errno.h | 226 #ifndef ETIMEDOUT 227 #define ETIMEDOUT 9938 macro
|
/external/drm_hwcomposer/ |
D | queue_worker.h | 102 return -ETIMEDOUT; in WaitCond() 120 case -ETIMEDOUT: in Routine()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 448 # ifndef ETIMEDOUT 449 # define ETIMEDOUT 138 macro 607 stream_timeout = ETIMEDOUT, 610 timed_out = ETIMEDOUT,
|
/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/ |
D | 7-1.c | 49 if (errno == ETIMEDOUT) { in main()
|
D | 10-1.c | 60 if (rc != -1 || (rc == -1 && errno != ETIMEDOUT)) { in main()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 323 #ifndef ETIMEDOUT 324 #error ETIMEDOUT not defined
|
/external/ltp/testcases/misc/math/float/ |
D | thread_code.c | 55 if (errno == ETIMEDOUT || errno == EINTR || errno == 0) { in read_file() 84 if (errno == ETIMEDOUT || errno == EINTR || errno == 0) { in read_file() 96 if (errno == ETIMEDOUT || errno == EINTR || errno == 0) { in read_file()
|
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/ |
D | 5-3.c | 82 if (ret != ETIMEDOUT) { in main()
|
/external/stressapptest/src/ |
D | disk_blocks.cc | 156 while (!size_ && result != ETIMEDOUT) { in GetRandomBlock() 159 if (result == ETIMEDOUT) { in GetRandomBlock()
|
/external/syslinux/gpxe/src/hci/ |
D | strerror.c | 121 { ETIMEDOUT, "Connection timed out" },
|