Home
last modified time | relevance | path

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

/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c88 int max_queue_depth; member
661 tp->max_queue_depth = args->max_queue_depth; in lws_threadpool_create()
921 if (tp->queue_depth == tp->max_queue_depth) { in lws_threadpool_enqueue()
923 tp->max_queue_depth); in lws_threadpool_enqueue()
DREADME.md77 max_queue_depth|The maximum number of tasks allowed to wait for a place in the pool
/external/libwebsockets/include/libwebsockets/
Dlws-threadpool.h70 int max_queue_depth; member
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c170 cargs.max_queue_depth = 8; in callback_minimal()