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

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h65 * will make APR_STATUS_IS_EBUSY() return TRUE if the lock could not be
73 (APR_STATUS_IS_EBUSY(x) || (x) == APR_FROM_OS_ERROR(WAIT_TIMEOUT))
75 #define SVN_LOCK_IS_BUSY(x) APR_STATUS_IS_EBUSY(x)
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h479 /** @see APR_STATUS_IS_EBUSY */
628 #define APR_STATUS_IS_EBUSY(s) ((s) == APR_EBUSY) macro
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c65 if (!APR_STATUS_IS_EBUSY(rv)) {

Completed in 119 milliseconds