Searched refs:get_last_socket_error_is_eintr (Results 1 – 4 of 4) sorted by relevance
169 # define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) macro174 # undef get_last_socket_error_is_eintr177 # define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR) macro
158 } while (rc == -1 && get_last_socket_error_is_eintr()); in ossl_rio_poll_builder_poll()171 } while (rc == -1 && get_last_socket_error_is_eintr()); in ossl_rio_poll_builder_poll()
338 while (wr < 0 && get_last_socket_error_is_eintr()); in ossl_rio_notifier_signal()355 || (rd < 0 && get_last_socket_error_is_eintr())); in ossl_rio_notifier_unsignal()
293 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()350 } while (pres == -1 && get_last_socket_error_is_eintr()); in poll_two_fds()
Completed in 45 milliseconds