Home | History | Annotate | Download | only in qemu

Lines Matching refs:WSAEINTR

57     do { _ret = (_cmd); } while ( _ret < 0 && WSAGetLastError() == WSAEINTR )
76 EE(WSAEINTR,EINTR,"interrupted function call") \
1234 } while (ret < 0 && WSAGetLastError() == WSAEINTR);