Searched refs:task_queue_head (Results 1 – 1 of 1) sorted by relevance
88 struct lws_threadpool_task *task_queue_head; member187 c = &tp->task_queue_head; in lws_threadpool_dump()508 while (!tp->task_queue_head && !tp->destroying) in lws_threadpool_worker()516 c = &tp->task_queue_head; in lws_threadpool_worker()754 c = &tp->task_queue_head; in lws_threadpool_finish()864 c = &tp->task_queue_head; in lws_threadpool_dequeue_task()1020 task->task_queue_next = tp->task_queue_head; in lws_threadpool_enqueue()1022 tp->task_queue_head = task; in lws_threadpool_enqueue()