worker_threads    145 core/nginx.c         offsetof(ngx_core_conf_t, worker_threads),
worker_threads    955 core/nginx.c       ccf->worker_threads = NGX_CONF_UNSET;
worker_threads    997 core/nginx.c       ngx_conf_init_value(ccf->worker_threads, 0);
worker_threads    998 core/nginx.c       ngx_threads_n = ccf->worker_threads;
worker_threads    104 core/ngx_cycle.h      ngx_int_t                worker_threads;