Searched refs:shutdown_timeout (Results 1 – 3 of 3) sorted by relevance
92 ngx_msec_t shutdown_timeout; member
135 offsetof(ngx_core_conf_t, shutdown_timeout),1051 ccf->shutdown_timeout = NGX_CONF_UNSET_MSEC; in ngx_core_module_create_conf()1084 ngx_conf_init_msec_value(ccf->shutdown_timeout, 0); in ngx_core_module_init_conf()
1416 if (ccf->shutdown_timeout) { in ngx_set_shutdown_timer()1422 ngx_add_timer(&ngx_shutdown_event, ccf->shutdown_timeout); in ngx_set_shutdown_timer()