Searched defs:lws_threadpool (Results 1 – 1 of 1) sorted by relevance
80 struct lws_threadpool { struct86 struct lws_threadpool *tp_list; /* context list of threadpools */ argument88 struct lws_threadpool_task *task_queue_head; argument89 struct lws_threadpool_task *task_done_head; argument91 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;[all …]