Home
last modified time | relevance | path

Searched refs:pool_list (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/misc/threadpool/
H A Dthreadpool.c83 struct lws_pool *pool_list; member
203 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()
701 tp->pool_list = (struct lws_pool *)(tp + 1); in lws_threadpool_create()
723 tp->pool_list[n].tp = tp; in lws_threadpool_create()
724 tp->pool_list[n].worker_index = n; in lws_threadpool_create()
725 pthread_mutex_init(&tp->pool_list[n].lock, NULL); in lws_threadpool_create()
726 if (pthread_create(&tp->pool_list[n].thread, NULL, in lws_threadpool_create()
727 lws_threadpool_worker, &tp->pool_list[n])) { in lws_threadpool_create()
732 pthread_setname_np(tp->pool_list[ in lws_threadpool_create()
[all...]

Completed in 2 milliseconds