Searched refs:lws_context_lock (Results 1 – 10 of 10) sorted by relevance
/external/libwebsockets/lib/misc/ |
D | peer-limits.c | 106 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/ |
D | unix-init.c | 62 lws_context_lock(context, "periodic checks"); in lws_sul_plat_unix()
|
/external/libwebsockets/lib/core/ |
D | private-lib-core.h | 606 #define lws_context_lock(c, reason) lws_mutex_refcount_lock(&c->mr, reason) macro 627 #define lws_context_lock(_a, _b) (void)(_a) macro
|
D | context.c | 1013 lws_context_lock(context, "context destroy 2"); /* ------ context { */ in lws_context_destroy2()
|
/external/libwebsockets/lib/misc/threadpool/ |
D | threadpool.c | 296 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/ |
D | vhost.c | 816 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 { */
|
D | connect.c | 103 lws_context_lock(i->context, "client find tsi"); in lws_client_connect_via_info()
|
D | wsi-timeout.c | 247 lws_context_lock(vh->context, __func__); /* context ----------------- */ in lws_timed_callback_vh_protocol_us()
|
D | wsi.c | 51 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/ |
D | parsers.c | 273 lws_context_lock(context, "ah attach"); /* <========================= */ in lws_header_table_attach() 399 lws_context_lock(context, "ah detach"); /* <========================= */ in __lws_header_table_detach()
|