Searched refs:ngx_terminate (Results 1 – 7 of 7) sorted by relevance
43 sig_atomic_t ngx_terminate; variable192 if (!live && (ngx_terminate || ngx_quit)) { in ngx_master_process_cycle()196 if (ngx_terminate) { in ngx_master_process_cycle()327 if (ngx_terminate || ngx_quit) { in ngx_single_process_cycle_loop()417 if (ngx_terminate || ngx_quit) { in ngx_single_process_cycle()786 && !ngx_terminate in ngx_reap_children()914 if (ngx_terminate) { in ngx_worker_process_cycle_loop()971 if (ngx_terminate) { in ngx_worker_process_cycle()1354 ngx_terminate = 1; in ngx_channel_handler()1425 if (ngx_terminate || ngx_quit) { in ngx_cache_manager_process_cycle()[all …]
60 extern sig_atomic_t ngx_terminate;
353 ngx_terminate = 1; in ngx_signal_handler()425 ngx_terminate = 1; in ngx_signal_handler()
336 if (ngx_terminate || ngx_exiting) { in ngx_http_upstream_free_keepalive_peer()
1826 if (ngx_quit || ngx_terminate) { in ngx_http_file_cache_expire()2001 if (ngx_quit || ngx_terminate) { in ngx_http_file_cache_manager()2113 return (ngx_quit || ngx_terminate) ? NGX_ABORT : NGX_OK; in ngx_http_file_cache_manage_file()
2715 if (!ngx_terminate in ngx_http_finalize_connection()
1531 if (c->type == SOCK_DGRAM && (ngx_terminate || ngx_exiting)) { in ngx_stream_proxy_process()