Home
last modified time | relevance | path

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

/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c72 struct lws_threadpool { struct
78 struct lws_threadpool *tp_list; /* context list of threadpools */ argument
80 struct lws_threadpool_task *task_queue_head; argument
81 struct lws_threadpool_task *task_done_head; argument
83 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 …]