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

/httpd/server/
H A Dmpm_unix.c771 pid_t otherpid; local
777 rv = ap_read_pid(pconf, ap_pid_fname, &otherpid);
790 if (kill(otherpid, 0) == 0) {
794 "running", otherpid);
799 otherpid);
815 send_signal(otherpid, SIGTERM);
825 *exit_status = send_signal(otherpid, SIGHUP);
835 *exit_status = send_signal(otherpid, AP_SIG_GRACEFUL);
845 *exit_status = send_signal(otherpid, AP_SIG_GRACEFUL_STOP);

Completed in 12 milliseconds