Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c93 int threads_in_pool; member
202 for (n = 0; n < tp->threads_in_pool; n++) { in lws_threadpool_dump()
331 for (n = 0; n < tp->threads_in_pool; n++) { in lws_threadpool_tsi_context()
734 tp->threads_in_pool++; in lws_threadpool_create()
811 for (n = 0; n < tp->threads_in_pool; n++) { in lws_threadpool_destroy()
903 for (n = 0; n < tp->threads_in_pool; n++) { in lws_threadpool_dequeue_task()
937 if (n == tp->threads_in_pool) { in lws_threadpool_dequeue_task()