Home
last modified time | relevance | path

Searched defs:lws_context_per_thread (Results 1 – 1 of 1) sorted by relevance

/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h352 struct lws_context_per_thread { struct
354 pthread_mutex_t lock_stats;
355 struct lws_mutex_refcount mr;
356 pthread_t self;
358 struct lws_dll2_owner dll_buflist_owner; /* guys with pending rxflow */
359 struct lws_dll2_owner seq_owner; /* list of lws_sequencer-s */
360 lws_dll2_owner_t attach_owner; /* pending lws_attach */
363 lws_dll2_owner_t ss_owner;
367 lws_dll2_owner_t ss_dsh_owner;
368 lws_dll2_owner_t ss_client_owner;
[all …]