Searched refs:_ETIMEDOUT (Results 1 – 24 of 24) sorted by relevance
88 _ETIMEDOUT = 60 const184 if ret == _ETIMEDOUT {
19 _ETIMEDOUT = 0x3c const
13 _ETIMEDOUT = 0x3c const
12 _ETIMEDOUT = 0x3c const
18 _ETIMEDOUT = 0x4e const
112 if n != -_EINTR && n != -_ETIMEDOUT {
13 _ETIMEDOUT = 0x91 const
20 _ETIMEDOUT = 0x3c const
61 _ETIMEDOUT = C.ETIMEDOUT const
67 if err == _ETIMEDOUT || err == _EAGAIN || err == _EINTR {
175 if ret >= 0 || ret == -_EINTR || ret == -_ETIMEDOUT {
66 if err == _ETIMEDOUT {
351 if *mp.perrno == _ETIMEDOUT || *mp.perrno == _EAGAIN || *mp.perrno == _EINTR {