Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c298 lws_threadpool_task_sync(task, 1); in callback_minimal()
307 lws_threadpool_task_sync(task, 0); in callback_minimal()
/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h238 lws_threadpool_task_sync(struct lws_threadpool_task *task, int stop);
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md125 … WRITABLE callback and block until lws service thread restarts it with `lws_threadpool_task_sync()`
141 `lws_threadpool_task_sync()` to resume the task.
148 sent with `lws_write()` and then `lws_threadpool_task_sync()` to allow the task
152 `lws_threadpool_task_sync()` with the second argument as 1, to force the task
Dthreadpool.c1110 lws_threadpool_task_sync(struct lws_threadpool_task *task, int stop) in lws_threadpool_task_sync() function