Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/include/libwebsockets/
H A Dlws-threadpool.h165 lws_threadpool_enqueue(struct lws_threadpool *tp,
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c231 if (!lws_threadpool_enqueue(vhd->tp, &args, "ws %s", name)) { in callback_minimal()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/misc/threadpool/
H A DREADME.md81 Tasks are created and queued using `lws_threadpool_enqueue()`, this takes an
H A Dthreadpool.c966 lws_threadpool_enqueue(struct lws_threadpool *tp, in lws_threadpool_enqueue() function