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
71 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
223 #ifndef ETIMEDOUT224 #define ETIMEDOUT 9938
189 timed_out, // ETIMEDOUT334 stream_timeout = ETIMEDOUT,337 timed_out = ETIMEDOUT,
97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, ""); in main()