Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h38 struct lws_threadpool;
112 LWS_VISIBLE LWS_EXTERN struct lws_threadpool *
132 lws_threadpool_finish(struct lws_threadpool *tp);
142 lws_threadpool_destroy(struct lws_threadpool *tp);
165 lws_threadpool_enqueue(struct lws_threadpool *tp,
255 lws_threadpool_dump(struct lws_threadpool *tp);
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c42 struct lws_threadpool;
47 struct lws_threadpool *tp;
72 struct lws_threadpool *tp;
80 struct lws_threadpool { struct
86 struct lws_threadpool *tp_list; /* context list of threadpools */ argument
172 lws_threadpool_dump(struct lws_threadpool *tp) in lws_threadpool_dump()
272 struct lws_threadpool *tp = task->tp; in __lws_threadpool_reap()
320 struct lws_threadpool *tp; in lws_threadpool_tsi_context()
495 struct lws_threadpool *tp = pool->tp; in lws_threadpool_worker()
686 struct lws_threadpool *
[all …]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c36 struct lws_threadpool *tp;
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h629 struct lws_threadpool *tp_list_head;