Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c16 } ngx_thread_pool_conf_t; typedef
400 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 …]