Searched refs:APR_CHILD_DONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c94 case APR_CHILD_DONE:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h259 * APR_CHILD_DONE The child has finished executing
446 #define APR_CHILD_DONE (APR_OS_START_STATUS + 5) macro
520 #define APR_STATUS_IS_CHILD_DONE(s) ((s) == APR_CHILD_DONE)
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c671 return APR_CHILD_DONE;
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c557 connection_pool) == APR_CHILD_DONE)

Completed in 138 milliseconds