Home
last modified time | relevance | path

Searched refs:ngx_exiting (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.h53 extern ngx_uint_t ngx_exiting;
H A Dngx_process_cycle.c46 ngx_uint_t ngx_exiting; variable
903 if (ngx_exiting) { in ngx_worker_process_cycle_loop()
925 if (!ngx_exiting) { in ngx_worker_process_cycle_loop()
926 ngx_exiting = 1; in ngx_worker_process_cycle_loop()
960 if (ngx_exiting) { in ngx_worker_process_cycle()
982 if (!ngx_exiting) { in ngx_worker_process_cycle()
983 ngx_exiting = 1; in ngx_worker_process_cycle()
1246 if (ngx_exiting) { in ngx_worker_process_exit()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c336 if (ngx_terminate || ngx_exiting) { in ngx_http_upstream_free_keepalive_peer()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1531 if (c->type == SOCK_DGRAM && (ngx_terminate || ngx_exiting)) { in ngx_stream_proxy_process()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c2716 && !ngx_exiting in ngx_http_finalize_connection()