Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h43 LWS_TP_STATUS_RUNNING, enumerator
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md103 LWS_TP_STATUS_RUNNING|Task is supposed to do its work
109 The task function will only be told `LWS_TP_STATUS_RUNNING` or
124 …nobody asked him to stop. Will be called again immediately with `LWS_TP_STATUS_RUNNING` or `LWS_T…
Dthreadpool.c536 state_transition(task, LWS_TP_STATUS_RUNNING); in lws_threadpool_worker()
622 } while (task->status == LWS_TP_STATUS_RUNNING); in lws_threadpool_worker()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c278 case LWS_TP_STATUS_RUNNING: in callback_minimal()