Home
last modified time | relevance | path

Searched defs:lws_threadpool_task_args (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-threadpool.h73 struct lws_threadpool_task_args { struct
75 struct lws_ss_handle *ss; /**< either wsi or ss must be set */
77 struct lws *wsi; /**< either wsi or ss must be set */
79 void *user; /**< user may set (user-private pointer) */
80 const char *name; /**< user may set to describe task */
81 char async_task; /**< set to allow the task to shrug off the loss
84 enum lws_threadpool_task_return (*task)(void *user,
87 void (*cleanup)(struct lws *wsi, void *user);