Searched refs:WSAEINTR (Results 1 – 6 of 6) sorted by relevance
42 # define dnssd_EINTR WSAEINTR
122 MAP_ERR_TO_COND(WSAEINTR, interrupted);
295 #define EINTR WSAEINTR
57 do { _ret = (_cmd); } while ( _ret < 0 && WSAGetLastError() == WSAEINTR )76 EE(WSAEINTR,EINTR,"interrupted function call") \1234 } while (ret < 0 && WSAGetLastError() == WSAEINTR); in socket_close_handler()
541 #define WSAEINTR (WSABASEERR+4) macro
3193 case WSAEINTR: in _dbus_strerror()