Searched defs:waitret (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ | ||
H A D | mpm_unix.c | 116 apr_status_t waitret; local 126 waitret = apr_proc_wait(&proc, &status, &why, APR_NOWAIT); 127 if (waitret != APR_CHILD_NOTDONE) { 128 if (waitret == APR_CHILD_DONE) |
Completed in 11 milliseconds