Home
last modified time | relevance | path

Searched defs:ngx_thread_pool_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c29 struct ngx_thread_pool_s { struct
30 ngx_thread_mutex_t mtx;
31 ngx_thread_pool_queue_t queue;
32 ngx_int_t waiting;
33 ngx_thread_cond_t cond;
35 ngx_log_t *log;
37 ngx_str_t name;
38 ngx_uint_t threads;
39 ngx_int_t max_queue;
41 u_char *file;
[all …]