Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/asm-generic/
Derrno.h116 #define ETIMEDOUT 110 macro
/bionic/libc/kernel/arch-mips/asm/
Derrno.h124 #define ETIMEDOUT 145 macro
/bionic/libc/bionic/
Dsemaphore.c312 errno = ETIMEDOUT; in sem_timedwait()
327 if (ret == -ETIMEDOUT || ret == -EINTR) { in sem_timedwait()
Dpthread.c1538 if (__futex_wait_ex(&mutex->value, shared, mvalue, &ts) == ETIMEDOUT) { in pthread_mutex_lock_timeout_np_impl()
1719 if (status == (-ETIMEDOUT)) return ETIMEDOUT; in __pthread_cond_timedwait_relative()
1733 return ETIMEDOUT; in __pthread_cond_timedwait()
Dpthread-timers.c554 if (ret != ETIMEDOUT) { in timer_thread_start()
/bionic/libc/include/sys/
D_errdefs.h147 __BIONIC_ERRDEF( ETIMEDOUT , 110, "Connection timed out" )
/bionic/libc/netbsd/resolv/
Dres_send.c385 terrno = ETIMEDOUT; in res_nsend()
644 errno = ETIMEDOUT; /* no answer obtained */ in res_nsend()
993 errno = ETIMEDOUT; in retrying_select()