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

/httpd/server/
H A Dmpm_unix.c66 typedef enum {DO_NOTHING, SEND_SIGTERM, SEND_SIGKILL, GIVEUP} action_t; enumerator in enum:__anon380
137 case SEND_SIGTERM:
196 {SEND_SIGTERM, apr_time_from_sec(3)},
197 {SEND_SIGTERM, apr_time_from_sec(5)},
198 {SEND_SIGTERM, apr_time_from_sec(7)},

Completed in 237 milliseconds