Home
last modified time | relevance | path

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

/trueos/contrib/apr/misc/unix/
HDerrorcodes.c91 case APR_CHILD_NOTDONE: in apr_error_string()
/trueos/contrib/apr/include/
HDapr_errno.h448 #define APR_CHILD_NOTDONE (APR_OS_START_STATUS + 6) macro
527 #define APR_STATUS_IS_CHILD_NOTDONE(s) ((s) == APR_CHILD_NOTDONE)
/trueos/contrib/apr/threadproc/unix/
HDproc.c662 return APR_CHILD_NOTDONE; in apr_proc_wait()
/trueos/contrib/apr/memory/unix/
HDapr_pools.c2449 if (apr_proc_wait(pc->proc, NULL, NULL, APR_NOWAIT) != APR_CHILD_NOTDONE)
2491 == APR_CHILD_NOTDONE)