Searched refs:APR_STATUS_IS_EINTR (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsocket_util.c37 } while (APR_STATUS_IS_EINTR(rv));
/freebsd-11-stable/contrib/apr/support/unix/
H A Dwaitio.c117 } while (APR_STATUS_IS_EINTR(status));
/freebsd-11-stable/contrib/serf/
H A Dcontext.c286 if (APR_STATUS_IS_EINTR(status))
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h733 /** @see APR_STATUS_IS_EINTR */
961 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1100 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1174 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1281 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR) macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c459 if (APR_STATUS_IS_EINTR(status))
H A Dio.c124 (APR_STATUS_IS_EINTR(err) || os_err == EDEADLK), \
125 (!APR_STATUS_IS_EINTR(err)))
130 (APR_STATUS_IS_EINTR(err)), \
720 } while (rv == -1 && APR_STATUS_IS_EINTR(apr_get_os_error()));
783 } while (rv == -1 && APR_STATUS_IS_EINTR(apr_get_os_error()));
2751 } while (rv == -1 && APR_STATUS_IS_EINTR(apr_get_os_error()));
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c561 while (APR_STATUS_IS_EINTR(status)

Completed in 96 milliseconds