Searched refs:ETIMEDOUT (Results 1 – 4 of 4) sorted by relevance
159 #define ETIMEDOUT 110 /* Connection timed out */ macro
124 ERRNO_MSG(ETIMEDOUT, "Connection timed out"),
532 if (ret == ETIMEDOUT) { in cond_wait()
177 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
Completed in 12 milliseconds