Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c80 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;
[all …]