Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.h29 ngx_thread_pool_t *ngx_thread_pool_add(ngx_conf_t *cf, ngx_str_t *name);
H A Dngx_thread_pool.c464 tp = ngx_thread_pool_add(cf, &value[1]); in ngx_thread_pool()
519 ngx_thread_pool_add(ngx_conf_t *cf, ngx_str_t *name) in ngx_thread_pool_add() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c4548 tp = ngx_thread_pool_add(cf, &name); in ngx_http_core_set_aio()
4551 tp = ngx_thread_pool_add(cf, NULL); in ngx_http_core_set_aio()