Lines Matching refs:lws_threadpool_task

44 struct lws_threadpool_task {
45 struct lws_threadpool_task *task_queue_next;
75 struct lws_threadpool_task *task;
88 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)
176 struct lws_threadpool_task **c;
189 struct lws_threadpool_task *task = *c;
204 struct lws_threadpool_task *task = pool->task;
220 struct lws_threadpool_task *task = *c;
237 state_transition(struct lws_threadpool_task *task,
245 task_to_wsi(struct lws_threadpool_task *task)
255 lws_threadpool_task_cleanup_destroy(struct lws_threadpool_task *task)
269 __lws_threadpool_reap(struct lws_threadpool_task *task)
271 struct lws_threadpool_task **c, *t = NULL;
319 struct lws_threadpool_task **c, *task = NULL;
393 struct lws_threadpool_task *task)
493 struct lws_threadpool_task **c, **c2, *task;
744 struct lws_threadpool_task **c, *task;
775 struct lws_threadpool_task *task, *next;
841 lws_threadpool_dequeue_task(struct lws_threadpool_task *task)
844 struct lws_threadpool_task **c;
957 struct lws_threadpool_task *task;
964 struct lws_threadpool_task, list);
969 struct lws_threadpool_task *
974 struct lws_threadpool_task *task = NULL;
1055 lws_threadpool_task_status(struct lws_threadpool_task *task, void **user)
1083 lws_threadpool_task_status_noreap(struct lws_threadpool_task *task)
1090 struct lws_threadpool_task **_task, void **user)
1092 struct lws_threadpool_task *task;
1102 struct lws_threadpool_task, list);
1110 lws_threadpool_task_sync(struct lws_threadpool_task *task, int stop)
1126 int (*cb)(struct lws_threadpool_task *task,
1129 struct lws_threadpool_task *task1;
1135 struct lws_threadpool_task, list);
1141 struct lws_threadpool_task *task = lws_container_of(d,
1142 struct lws_threadpool_task, list);
1159 int (*cb)(struct lws_threadpool_task *task,
1170 disassociate_wsi(struct lws_threadpool_task *task,
1185 struct lws_threadpool_task *
1192 struct lws_threadpool_task, list);
1196 struct lws_threadpool_task *