Home
last modified time | relevance | path

Searched refs:lws_threadpool_get_task_wsi (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c251 lws_threadpool_dequeue_task(lws_threadpool_get_task_wsi(wsi)); in callback_minimal()
267 task = lws_threadpool_get_task_wsi(wsi); in callback_minimal()
/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h260 lws_threadpool_get_task_wsi(struct lws *wsi);
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c1186 lws_threadpool_get_task_wsi(struct lws *wsi) in lws_threadpool_get_task_wsi() function
1199 return lws_threadpool_get_task_wsi(ss->wsi); in lws_threadpool_get_task_ss()