Searched refs:ETIMEDOUT (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp152 return ETIMEDOUT;
160 if (ret == -ETIMEDOUT) {
161 return ETIMEDOUT;
185 return ETIMEDOUT;
193 if (ret == -ETIMEDOUT) {
194 return ETIMEDOUT;
H A Dpthread_cond.cpp159 if (status == -ETIMEDOUT) {
160 return ETIMEDOUT;
172 return ETIMEDOUT;
H A Dpthread_mutex.cpp644 return ETIMEDOUT;
685 return ETIMEDOUT;
707 return ETIMEDOUT;
714 if (__futex_wait_ex(&mutex->value, shared, mvalue, &ts) == -ETIMEDOUT) {
715 return ETIMEDOUT;
735 if (error == ETIMEDOUT) {
H A Dsemaphore.c308 errno = ETIMEDOUT;
323 if (ret == -ETIMEDOUT || ret == -EINTR) {
/bionic/libc/kernel/uapi/asm-generic/
H A Derrno.h116 #define ETIMEDOUT 110 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Derrno.h124 #define ETIMEDOUT 145 macro
/bionic/libc/include/sys/
H A D_errdefs.h147 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
/bionic/libc/dns/resolv/
H A Dres_send.c388 terrno = ETIMEDOUT;
651 errno = ETIMEDOUT; /* no answer obtained */
1009 errno = ETIMEDOUT;
/bionic/tests/
H A Dpthread_test.cpp809 ASSERT_EQ(ETIMEDOUT, pthread_mutex_timedlock(&m, &ts));

Completed in 1756 milliseconds