Home | History | Annotate | Download | only in event_injector

Lines Matching refs:WSAEINTR

64     do { _ret = (_cmd); } while ( _ret < 0 && WSAGetLastError() == WSAEINTR )
83 EE(WSAEINTR,EINTR,"interrupted function call") \