Home
last modified time | relevance | path

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

/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c63 struct lws_pool { struct
75 struct lws_pool *pool_list; argument
194 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()