Home
last modified time | relevance | path

Searched refs:get_last_socket_error_is_eintr (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dsockets.h169 # define get_last_socket_error_is_eintr() (get_last_socket_error() == EINTR) macro
174 # undef get_last_socket_error_is_eintr
177 # define get_last_socket_error_is_eintr() (get_last_socket_error() == WSAEINTR) macro
/openssl/ssl/rio/
H A Dpoll_builder.c158 } 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()
H A Drio_notifier.c338 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()
/openssl/ssl/quic/
H A Dquic_reactor.c293 } 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