Lines Matching refs:lws_threadpool
42 struct lws_threadpool;
47 struct lws_threadpool *tp;
72 struct lws_threadpool *tp;
80 struct lws_threadpool { struct
86 struct lws_threadpool *tp_list; /* context list of threadpools */ argument
172 lws_threadpool_dump(struct lws_threadpool *tp) in lws_threadpool_dump()
272 struct lws_threadpool *tp = task->tp; in __lws_threadpool_reap()
320 struct lws_threadpool *tp; in lws_threadpool_tsi_context()
495 struct lws_threadpool *tp = pool->tp; in lws_threadpool_worker()
686 struct lws_threadpool *
691 struct lws_threadpool *tp; in lws_threadpool_create()
742 lws_threadpool_finish(struct lws_threadpool *tp) in lws_threadpool_finish()
773 lws_threadpool_destroy(struct lws_threadpool *tp) in lws_threadpool_destroy()
776 struct lws_threadpool **ptp; in lws_threadpool_destroy()
843 struct lws_threadpool *tp; in lws_threadpool_dequeue_task()
970 lws_threadpool_enqueue(struct lws_threadpool *tp, in lws_threadpool_enqueue()
1058 struct lws_threadpool *tp = task->tp; in lws_threadpool_task_status()