Searched defs:GIVEUP (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
158 case GIVEUP:
200 {GIVEUP, apr_time_from_sec(10)}
270 action_table[cur_action].action != GIVEUP);

Completed in 13 milliseconds