Home
last modified time | relevance | path

Searched refs:shutdown_timeout (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.h92 ngx_msec_t shutdown_timeout; member
H A Dnginx.c135 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()
H A Dngx_cycle.c1416 if (ccf->shutdown_timeout) { in ngx_set_shutdown_timer()
1422 ngx_add_timer(&ngx_shutdown_event, ccf->shutdown_timeout); in ngx_set_shutdown_timer()