Searched refs:lws_pool (Results 1 – 1 of 1) sorted by relevance
63 struct lws_pool { struct75 struct lws_pool *pool_list; argument194 struct lws_pool *pool = &tp->pool_list[n]; in lws_threadpool_dump()305 struct lws_pool *pool = &tp->pool_list[n]; in lws_threadpool_tsi_context()363 lws_threadpool_worker_sync(struct lws_pool *pool, in lws_threadpool_worker_sync()460 struct lws_pool *pool = d; in lws_threadpool_worker()654 tp = lws_malloc(sizeof(*tp) + (sizeof(struct lws_pool) * args->threads), in lws_threadpool_create()659 memset(tp, 0, sizeof(*tp) + (sizeof(struct lws_pool) * args->threads)); in lws_threadpool_create()660 tp->pool_list = (struct lws_pool *)(tp + 1); in lws_threadpool_create()