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/
H A 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/
H A Dlws-threadpool.h182 * lws_threadpool_get_task_wsi() / _ss() if you know there can only be one task
211 * pointer from lws_threadpool_get_task_wsi() / _ss() if you know there can only
260 lws_threadpool_get_task_wsi(struct lws *wsi);
/third_party/libwebsockets/lib/misc/threadpool/
H A 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()

Completed in 3 milliseconds