Searched refs:ETIMEDOUT (Results 1 – 7 of 7) sorted by relevance
70 # define ETIMEDOUT 10060 macro
127 case ETIMEDOUT: in rpl_strerror()
327 #ifndef ETIMEDOUT328 #error ETIMEDOUT not defined
73 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
223 #ifndef ETIMEDOUT224 #define ETIMEDOUT 9938
190 timed_out, // ETIMEDOUT335 stream_timeout = ETIMEDOUT,338 timed_out = ETIMEDOUT,
97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, ""); in main()