thread_stack_size  152 core/nginx.c         offsetof(ngx_core_conf_t, thread_stack_size),
thread_stack_size  956 core/nginx.c       ccf->thread_stack_size = NGX_CONF_UNSET_SIZE;
thread_stack_size  999 core/nginx.c       ngx_conf_init_size_value(ccf->thread_stack_size, 2 * 1024 * 1024);
thread_stack_size  105 core/ngx_cycle.h      size_t                   thread_stack_size;
thread_stack_size  737 os/unix/ngx_process_cycle.c         if (ngx_init_threads(ngx_threads_n, ccf->thread_stack_size, cycle)