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

/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c96 case APR_CHILD_NOTDONE:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h260 * APR_CHILD_NOTDONE The child has not finished executing
448 #define APR_CHILD_NOTDONE (APR_OS_START_STATUS + 6) macro
527 #define APR_STATUS_IS_CHILD_NOTDONE(s) ((s) == APR_CHILD_NOTDONE)
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c674 return APR_CHILD_NOTDONE;
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c2726 if (apr_proc_wait(pc->proc, NULL, NULL, APR_NOWAIT) != APR_CHILD_NOTDONE)
2768 == APR_CHILD_NOTDONE)

Completed in 87 milliseconds