Searched defs:lws_context_per_thread (Results 1 – 1 of 1) sorted by relevance
280 struct lws_context_per_thread { struct282 pthread_mutex_t lock_stats;283 struct lws_mutex_refcount mr;284 pthread_t self;286 struct lws_dll2_owner dll_buflist_owner; /* guys with pending rxflow */287 struct lws_dll2_owner seq_owner; /* list of lws_sequencer-s */288 lws_dll2_owner_t attach_owner; /* pending lws_attach */291 lws_dll2_owner_t ss_owner;295 lws_dll2_owner_t ss_dsh_owner;296 lws_dll2_owner_t ss_client_owner;[all …]