Lines Matching defs:lws_threadpool
80 struct lws_threadpool { struct
86 struct lws_threadpool *tp_list; /* context list of threadpools */ argument
88 struct lws_threadpool_task *task_queue_head; argument
89 struct lws_threadpool_task *task_done_head; argument
91 char name[32];
93 int threads_in_pool;
94 int queue_depth;
95 int done_queue_depth;
96 int max_queue_depth;
97 int running_tasks;
99 unsigned int destroying:1;