Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h113 lws_threadpool_create(struct lws_context *context,
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c196 vhd->tp = lws_threadpool_create(lws_get_context(wsi), in callback_minimal()
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md66 `lws_threadpool_create()` and destroyed on exit or vhost destruction using
Dthreadpool.c687 lws_threadpool_create(struct lws_context *context, in lws_threadpool_create() function