Searched refs:lws_pool (Results 1 – 1 of 1) sorted by relevance
71 struct lws_pool { struct83 struct lws_pool *pool_list; argument203 struct lws_pool *pool = &tp->pool_list[n]; in lws_threadpool_dump()332 struct lws_pool *pool = &tp->pool_list[n]; in lws_threadpool_tsi_context()392 lws_threadpool_worker_sync(struct lws_pool *pool, in lws_threadpool_worker_sync()494 struct lws_pool *pool = d; in lws_threadpool_worker()695 tp = lws_malloc(sizeof(*tp) + (sizeof(struct lws_pool) * (unsigned int)args->threads), in lws_threadpool_create()700 memset(tp, 0, sizeof(*tp) + (sizeof(struct lws_pool) * (unsigned int)args->threads)); in lws_threadpool_create()701 tp->pool_list = (struct lws_pool *)(tp + 1); in lws_threadpool_create()