Home
last modified time | relevance | path

Searched refs:lws_threadpool_foreach_task_wsi (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h269 lws_threadpool_foreach_task_wsi(struct lws *wsi, void *user,
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c1125 lws_threadpool_foreach_task_wsi(struct lws *wsi, void *user, in lws_threadpool_foreach_task_wsi() function
1165 return lws_threadpool_foreach_task_wsi(ss->wsi, user, cb); in lws_threadpool_foreach_task_ss()
1182 lws_threadpool_foreach_task_wsi(wsi, NULL, disassociate_wsi); in lws_threadpool_wsi_closing()