Home
last modified time | relevance | path

Searched refs:lws_context_lock (Results 1 – 10 of 10) sorted by relevance

/external/libwebsockets/lib/misc/
Dpeer-limits.c106 lws_context_lock(context, "peer search"); /* <======================= */ in lws_get_or_create_peer()
174 lws_context_lock(context, "peer cull"); /* <========================= */ in lws_peer_cull_peer_wait_list()
201 lws_context_lock(context, "peer add"); /* <========================== */ in lws_peer_add_wsi()
239 lws_context_lock(context, "peer wsi close"); /* <==================== */ in lws_peer_track_wsi_close()
289 lws_context_lock(context, "peer ah detach"); /* <==================== */ in lws_peer_track_ah_detach()
/external/libwebsockets/lib/plat/unix/
Dunix-init.c62 lws_context_lock(context, "periodic checks"); in lws_sul_plat_unix()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h606 #define lws_context_lock(c, reason) lws_mutex_refcount_lock(&c->mr, reason) macro
627 #define lws_context_lock(_a, _b) (void)(_a) macro
Dcontext.c1013 lws_context_lock(context, "context destroy 2"); /* ------ context { */ in lws_context_destroy2()
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c296 lws_context_lock(context, __func__); in lws_threadpool_tsi_context()
667 lws_context_lock(context, __func__); in lws_threadpool_create()
742 lws_context_lock(tp->context, __func__); in lws_threadpool_destroy()
/external/libwebsockets/lib/core-net/
Dvhost.c816 lws_context_lock(context, "create_vhost"); in lws_create_vhost()
988 lws_context_lock(context, "vhost destroy 1"); /* ---------- context { */
1264 lws_context_lock(context, "check deferred free"); /* ------ context { */
1315 lws_context_lock(context, __func__); /* ------ context { */
Dconnect.c103 lws_context_lock(i->context, "client find tsi"); in lws_client_connect_via_info()
Dwsi-timeout.c247 lws_context_lock(vh->context, __func__); /* context ----------------- */ in lws_timed_callback_vh_protocol_us()
Dwsi.c51 lws_context_lock(vh->context, __func__); /* ---------- context { */ in lws_vhost_bind_wsi()
68 lws_context_lock(wsi->context, __func__); /* ---------- context { */ in lws_vhost_unbind_wsi()
/external/libwebsockets/lib/roles/http/
Dparsers.c273 lws_context_lock(context, "ah attach"); /* <========================= */ in lws_header_table_attach()
399 lws_context_lock(context, "ah detach"); /* <========================= */ in __lws_header_table_detach()