Home
last modified time | relevance | path

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

1234567

/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/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait05.c49 if (TEST_ERRNO != ETIMEDOUT) { in verify_futex_wait()
52 tst_strerrno(ETIMEDOUT)); in verify_futex_wait()
Dfutex_wait_bitset.h51 if (TEST_ERRNO != ETIMEDOUT) { in verify_futex_wait_bitset()
53 tst_strerrno(ETIMEDOUT)); in verify_futex_wait_bitset()
Dfutex_wait01.c47 {&futex, FUTEX_INITIALIZER, 0, ETIMEDOUT},
49 {&futex, FUTEX_INITIALIZER, FUTEX_PRIVATE_FLAG, ETIMEDOUT},
/external/libusb/libusb/os/
Dthreads_windows.h47 #ifndef ETIMEDOUT
48 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */ macro
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_wait_private_mapped_file.c61 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) { in thr_futex_wait()
67 if (ret && errno == ETIMEDOUT) in thr_futex_wait()
Dfutex_wait_timeout.c79 if (!res || errno != ETIMEDOUT) { in main()
/external/dng_sdk/source/
Ddng_pthread.h190 #if defined(WIN32) || !defined(ETIMEDOUT)
191 #undef ETIMEDOUT
192 #define ETIMEDOUT DNG_ETIMEDOUT macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
D5-1.c122 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/
Dw32functions.h149 #ifndef ETIMEDOUT
150 #define ETIMEDOUT (MHDW32ERRBASE+36) macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D5-1.c61 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/
D5-1.c68 if (rc == ETIMEDOUT) { in fn_wr_1()
112 if (rc == ETIMEDOUT) { in fn_wr_2()
/external/libcxx/include/
Derrno.h226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938 macro
/external/drm_hwcomposer/
Dqueue_worker.h102 return -ETIMEDOUT; in WaitCond()
120 case -ETIMEDOUT: in Routine()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h448 # ifndef ETIMEDOUT
449 # define ETIMEDOUT 138 macro
607 stream_timeout = ETIMEDOUT,
610 timed_out = ETIMEDOUT,
/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()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
D7-1.c49 if (errno == ETIMEDOUT) { in main()
D10-1.c60 if (rc != -1 || (rc == -1 && errno != ETIMEDOUT)) { in main()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp323 #ifndef ETIMEDOUT
324 #error ETIMEDOUT not defined
/external/ltp/testcases/misc/math/float/
Dthread_code.c55 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/
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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
D5-3.c82 if (ret != ETIMEDOUT) { in main()
/external/stressapptest/src/
Ddisk_blocks.cc156 while (!size_ && result != ETIMEDOUT) { in GetRandomBlock()
159 if (result == ETIMEDOUT) { in GetRandomBlock()
/external/syslinux/gpxe/src/hci/
Dstrerror.c121 { ETIMEDOUT, "Connection timed out" },

1234567