Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance
25 #define ETIMEDOUT 0x1BAD0010 macro
190 #define ETIMEDOUT 110 /* Connection timed out */ macro
424 rstatus = ETIMEDOUT; in pthread_cond_timedwait()
396 if (retval == ETIMEDOUT) { in cond_wait()
33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.