MCPcopy Create free account
hub / github.com/apache/httpd / ap_mpm_pod_signal

Function ap_mpm_pod_signal

server/mpm_unix.c:731–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod)
732{
733 apr_status_t rv;
734
735 rv = pod_signal_internal(pod);
736 if (rv != APR_SUCCESS) {
737 return rv;
738 }
739
740 return dummy_connection(pod);
741}
742
743void ap_mpm_pod_killpg(ap_pod_t *pod, int num)
744{

Callers 2

mpm_common.hFile · 0.85

Calls 2

pod_signal_internalFunction · 0.85
dummy_connectionFunction · 0.85

Tested by

no test coverage detected