Searched refs:pool_list (Results 1 – 2 of 2) sorted by relevance
83 struct lws_pool *pool_list; member203 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[n].thread, name); in lws_threadpool_create()[all …]
1150 pool_list (gpointer key, in pool_list() function1186 g_hash_table_foreach (pool->hash_table, pool_list, &data); in g_param_spec_pool_list_owned()