Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c72 static ngx_cycle_t ngx_exit_cycle; variable
887 ngx_exit_cycle.log = &ngx_exit_log; in ngx_master_process_exit()
888 ngx_exit_cycle.files = ngx_cycle->files; in ngx_master_process_exit()
889 ngx_exit_cycle.files_n = ngx_cycle->files_n; in ngx_master_process_exit()
890 ngx_cycle = &ngx_exit_cycle; in ngx_master_process_exit()
1282 ngx_exit_cycle.log = &ngx_exit_log; in ngx_worker_process_exit()
1283 ngx_exit_cycle.files = ngx_cycle->files; in ngx_worker_process_exit()
1284 ngx_exit_cycle.files_n = ngx_cycle->files_n; in ngx_worker_process_exit()
1285 ngx_cycle = &ngx_exit_cycle; in ngx_worker_process_exit()