Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h190 lws_threadpool_dequeue_task(struct lws_threadpool_task *task);
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c251 lws_threadpool_dequeue_task(lws_threadpool_get_task_wsi(wsi)); in callback_minimal()
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c466 lws_threadpool_dequeue_task(task); in lws_threadpool_worker_sync()
841 lws_threadpool_dequeue_task(struct lws_threadpool_task *task) in lws_threadpool_dequeue_task() function
966 return lws_threadpool_dequeue_task(task); in lws_threadpool_dequeue()