Searched refs:APR_STATUS_IS_EBUSY (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h64 * will make APR_STATUS_IS_EBUSY() return TRUE if the lock could not be
72 (APR_STATUS_IS_EBUSY(x) || (x) == APR_FROM_OS_ERROR(WAIT_TIMEOUT))
74 #define SVN_LOCK_IS_BUSY(x) APR_STATUS_IS_EBUSY(x)
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h479 /** @see APR_STATUS_IS_EBUSY */
628 #define APR_STATUS_IS_EBUSY(s) ((s) == APR_EBUSY) macro

Completed in 56 milliseconds