Searched refs:APR_CHILD_NOTDONE (Results 1 – 4 of 4) sorted by relevance
91 case APR_CHILD_NOTDONE: in apr_error_string()
448 #define APR_CHILD_NOTDONE (APR_OS_START_STATUS + 6) macro527 #define APR_STATUS_IS_CHILD_NOTDONE(s) ((s) == APR_CHILD_NOTDONE)
662 return APR_CHILD_NOTDONE; in apr_proc_wait()
2449 if (apr_proc_wait(pc->proc, NULL, NULL, APR_NOWAIT) != APR_CHILD_NOTDONE)2491 == APR_CHILD_NOTDONE)