Home
last modified time | relevance | path

Searched refs:SVN_LOCK_IS_BUSY (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_dep_compat.h72 #define SVN_LOCK_IS_BUSY(x) \ macro
75 #define SVN_LOCK_IS_BUSY(x) APR_STATUS_IS_EBUSY(x)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dcache-membuffer.c867 if (SVN_LOCK_IS_BUSY(status)) in write_lock_cache()