Searched refs:ap_wait_or_timeout (Results 1 - 6 of 6) sorted by relevance
/httpd/include/ |
H A D | mpm_common.h | 160 * @param status The status returned from ap_wait_or_timeout 186 AP_DECLARE(void) ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode,
|
/httpd/server/ |
H A D | mpm_common.c | 194 AP_DECLARE(void) ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode, function
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 1055 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
|
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 1270 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 1698 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
|
/httpd/server/mpm/event/ |
H A D | event.c | 2959 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
|
Completed in 4317 milliseconds