Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-threadpool.h73 struct lws_threadpool_task_args { struct
74 struct lws *wsi; /**< user must set to wsi task is bound to */
75 void *user; /**< user may set (user-private pointer) */
76 const char *name; /**< user may set to describe task */
77 char async_task; /**< set to allow the task to shrug off the loss
80 enum lws_threadpool_task_return (*task)(void *user,
83 void (*cleanup)(struct lws *wsi, void *user);