Searched defs:dead_yet (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgid.c1303 static apr_status_t dead_yet(pid_t pid, apr_interval_time_t max_wait) function
1334 if (dead_yet(pid, apr_time_from_sec(3)) == APR_SUCCESS) {
1341 if (dead_yet(pid, apr_time_from_sec(3)) == APR_SUCCESS) {

Completed in 2041 milliseconds