Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-threadpool.h38 struct lws_threadpool;
108 LWS_VISIBLE LWS_EXTERN struct lws_threadpool *
128 lws_threadpool_finish(struct lws_threadpool *tp);
138 lws_threadpool_destroy(struct lws_threadpool *tp);
161 lws_threadpool_enqueue(struct lws_threadpool *tp,
231 lws_threadpool_dump(struct lws_threadpool *tp);
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c36 struct lws_threadpool;
41 struct lws_threadpool *tp;
64 struct lws_threadpool *tp;
72 struct lws_threadpool { struct
78 struct lws_threadpool *tp_list; /* context list of threadpools */ argument
164 lws_threadpool_dump(struct lws_threadpool *tp) in lws_threadpool_dump()
254 struct lws_threadpool *tp = task->tp; in __lws_threadpool_reap()
293 struct lws_threadpool *tp; in lws_threadpool_tsi_context()
461 struct lws_threadpool *tp = pool->tp; in lws_threadpool_worker()
645 struct lws_threadpool *
[all …]
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c36 struct lws_threadpool *tp;
/external/libwebsockets/lib/core/
Dprivate-lib-core.h434 struct lws_threadpool *tp_list_head;