Searched refs:get_last_socket_error_is_eintr (Results 1 – 2 of 2) sorted by relevance
168 # define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) macro173 # undef get_last_socket_error_is_eintr176 # define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR) macro
233 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()284 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()
Completed in 11 milliseconds