Searched defs:lws_threadpool (Results 1 – 1 of 1) sorted by relevance
72 struct lws_threadpool { struct78 struct lws_threadpool *tp_list; /* context list of threadpools */ argument80 struct lws_threadpool_task *task_queue_head; argument81 struct lws_threadpool_task *task_done_head; argument83 char name[32];85 int threads_in_pool;86 int queue_depth;87 int done_queue_depth;88 int max_queue_depth;89 int running_tasks;[all …]