Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h142 lws_threadpool_destroy(struct lws_threadpool *tp);
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c208 lws_threadpool_destroy(vhd->tp); in callback_minimal()
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md67 first `lws_threadpool_finish()` and then `lws_threadpool_destroy()`.
Dthreadpool.c773 lws_threadpool_destroy(struct lws_threadpool *tp) in lws_threadpool_destroy() function