Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h44 LWS_TP_STATUS_SYNCING, enumerator
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c341 task->status != LWS_TP_STATUS_SYNCING)) in lws_threadpool_tsi_context()
366 task->status == LWS_TP_STATUS_SYNCING)) { in lws_threadpool_tsi_context()
408 state_transition(task, LWS_TP_STATUS_SYNCING); in lws_threadpool_worker_sync()
475 if (task->status == LWS_TP_STATUS_SYNCING) in lws_threadpool_worker_sync()
DREADME.md104 LWS_TP_STATUS_SYNCING|Task is blocked waiting for sync from lws service thread
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c282 case LWS_TP_STATUS_SYNCING: in callback_minimal()