Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dminimal-ws-server.c126 case LWS_SYSTATE_CONTEXT_DESTROYING: in system_notify_cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h142 LWS_SYSTATE_CONTEXT_DESTROYING, /* Context is being destroyed */ enumerator
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md210 |`LWS_SYSTATE_CONTEXT_DESTROYING`|Context is going down and smd with it|
/third_party/libwebsockets/lib/core/
Dcontext.c2090 LWS_SYSTATE_CONTEXT_DESTROYING); in lws_context_destroy()