Searched refs:ngx_thread_pool_conf_t (Results 1 – 1 of 1) sorted by relevance
16 } ngx_thread_pool_conf_t; typedef400 ngx_thread_pool_conf_t *tcf; in ngx_thread_pool_create_conf()402 tcf = ngx_pcalloc(cycle->pool, sizeof(ngx_thread_pool_conf_t)); in ngx_thread_pool_create_conf()421 ngx_thread_pool_conf_t *tcf = conf; in ngx_thread_pool_init_conf()522 ngx_thread_pool_conf_t *tcf; in ngx_thread_pool_add()562 ngx_thread_pool_conf_t *tcf; in ngx_thread_pool_get()564 tcf = (ngx_thread_pool_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_thread_pool_get()587 ngx_thread_pool_conf_t *tcf; in ngx_thread_pool_init_worker()595 tcf = (ngx_thread_pool_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_thread_pool_init_worker()621 ngx_thread_pool_conf_t *tcf; in ngx_thread_pool_exit_worker()[all …]