Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/misc/threadpool/
H A Dthreadpool.c45 struct lws_threadpool_task *task_queue_next; member
194 c = &(*c)->task_queue_next; in lws_threadpool_dump()
225 c = &(*c)->task_queue_next; in lws_threadpool_dump()
282 *c = t->task_queue_next; in __lws_threadpool_reap()
283 t->task_queue_next = NULL; in __lws_threadpool_reap()
291 c = &(*c)->task_queue_next; in __lws_threadpool_reap()
380 c = &task->task_queue_next; in lws_threadpool_tsi_context()
524 c = &(*c)->task_queue_next; in lws_threadpool_worker()
532 *c2 = task->task_queue_next; in lws_threadpool_worker()
533 task->task_queue_next = NULL; in lws_threadpool_worker()
[all …]