ngx_threads_n     998 core/nginx.c       ngx_threads_n = ccf->worker_threads;
ngx_threads_n      74 event/ngx_event_posted.c     for (i = 0; i < ngx_threads_n; i++) {
ngx_threads_n      60 os/unix/ngx_process_cycle.c ngx_int_t              ngx_threads_n;
ngx_threads_n     736 os/unix/ngx_process_cycle.c     if (ngx_threads_n) {
ngx_threads_n     737 os/unix/ngx_process_cycle.c         if (ngx_init_threads(ngx_threads_n, ccf->thread_stack_size, cycle)
ngx_threads_n     752 os/unix/ngx_process_cycle.c         for (n = 0; n < ngx_threads_n; n++) {
ngx_threads_n    1171 os/unix/ngx_process_cycle.c         for (i = 0; i < ngx_threads_n; i++) {
ngx_threads_n      89 os/unix/ngx_thread.h extern ngx_int_t              ngx_threads_n;