Searched refs:lws_threadpool_task (Results 1 – 3 of 3) sorted by relevance
39 struct lws_threadpool_task;164 LWS_VISIBLE LWS_EXTERN struct lws_threadpool_task *190 lws_threadpool_dequeue_task(struct lws_threadpool_task *task);216 struct lws_threadpool_task **task, void **user)220 lws_threadpool_task_status(struct lws_threadpool_task *task, void **user);223 lws_threadpool_task_status_noreap(struct lws_threadpool_task *task);238 lws_threadpool_task_sync(struct lws_threadpool_task *task, int stop);259 LWS_VISIBLE LWS_EXTERN struct lws_threadpool_task *263 LWS_VISIBLE LWS_EXTERN struct lws_threadpool_task *270 int (*cb)(struct lws_threadpool_task *task,[all …]
44 struct lws_threadpool_task { struct45 struct lws_threadpool_task *task_queue_next; argument75 struct lws_threadpool_task *task; argument88 struct lws_threadpool_task *task_queue_head;89 struct lws_threadpool_task *task_done_head;125 __lws_threadpool_task_dump(struct lws_threadpool_task *task, char *buf, int len) in __lws_threadpool_task_dump()176 struct lws_threadpool_task **c; in lws_threadpool_dump()189 struct lws_threadpool_task *task = *c; in lws_threadpool_dump()204 struct lws_threadpool_task *task = pool->task; in lws_threadpool_dump()220 struct lws_threadpool_task *task = *c; in lws_threadpool_dump()[all …]
165 struct lws_threadpool_task *task; in callback_minimal()