Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.h26 typedef struct ngx_thread_pool_s ngx_thread_pool_t; typedef
29 ngx_thread_pool_t *ngx_thread_pool_add(ngx_conf_t *cf, ngx_str_t *name);
30 ngx_thread_pool_t *ngx_thread_pool_get(ngx_cycle_t *cycle, ngx_str_t *name);
33 ngx_int_t ngx_thread_task_post(ngx_thread_pool_t *tp, ngx_thread_task_t *task);
H A Dngx_thread_pool.c172 ngx_thread_pool_destroy(ngx_thread_pool_t *tp) in ngx_thread_pool_destroy()
280 ngx_thread_pool_t *tp = data; in ngx_thread_pool_cycle()
408 sizeof(ngx_thread_pool_t *)) in ngx_thread_pool_create_conf()
424 ngx_thread_pool_t **tpp; in ngx_thread_pool_init_conf()
460 ngx_thread_pool_t *tp; in ngx_thread_pool()
518 ngx_thread_pool_t *
521 ngx_thread_pool_t *tp, **tpp; in ngx_thread_pool_add()
557 ngx_thread_pool_t *
561 ngx_thread_pool_t **tpp; in ngx_thread_pool_get()
586 ngx_thread_pool_t **tpp; in ngx_thread_pool_init_worker()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h19 typedef struct ngx_thread_pool_s ngx_thread_pool_t; typedef
415 ngx_thread_pool_t *thread_pool;
H A Dngx_http_copy_filter_module.c266 ngx_thread_pool_t *tp; in ngx_http_copy_thread_handler()
H A Dngx_http_file_cache.c755 ngx_thread_pool_t *tp; in ngx_http_cache_thread_handler()
H A Dngx_http_core_module.c4516 ngx_thread_pool_t *tp; in ngx_http_core_set_aio()
H A Dngx_http_upstream.c3741 ngx_thread_pool_t *tp; in ngx_http_upstream_thread_handler()