Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/misc/threadpool/
H A 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()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-threadpool.h269 lws_threadpool_foreach_task_wsi(struct lws *wsi, void *user,