Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
Dpeer-limits.c118 lws_context_lock(context, "peer search"); /* <======================= */ in lws_get_or_create_peer()
197 lws_context_lock(context, "peer cull"); /* <========================= */ in lws_peer_cull_peer_wait_list()
224 lws_context_lock(context, "peer add"); /* <========================== */ in lws_peer_add_wsi()
263 lws_context_lock(context, "peer wsi close"); /* <==================== */ in lws_peer_track_wsi_close()
313 lws_context_lock(context, "peer ah detach"); /* <==================== */ in lws_peer_track_ah_detach()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c86 lws_context_lock(wsi->a.context, __func__); /* -------------- cx { */ in lws_tls_reuse_session()
165 lws_context_lock(vh->context, __func__); /* -------------- cx { */ in lws_tls_session_expiry_cb()
240 lws_context_lock(vh->context, __func__); /* -------------- cx { */ in lws_tls_session_new_cb()
380 lws_context_lock(vh->context, __func__); /* -------------- cx { */ in lws_tls_session_dump_save()
433 lws_context_lock(vh->context, __func__); /* -------------- cx { */ in lws_tls_session_dump_load()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-session.c84 lws_context_lock(wsi->a.context, __func__); /* -------------- cx { */ in lws_tls_reuse_session()
152 lws_context_lock(vh->context, __func__); /* -------------- cx { */ in lws_tls_session_expiry_cb()
186 lws_context_lock(vh->context, __func__); /* -------------- cx { */ in lws_tls_session_new_mbedtls()
/third_party/libwebsockets/lib/core-net/
Dwsi-timeout.c117 lws_context_lock(cx, __func__); in lws_sul_wsitimeout_cb()
144 lws_context_lock(pt->context, __func__); in lws_set_timeout()
212 lws_context_lock(cx, __func__); in lws_validity_cb()
Dadopt.c61 lws_context_lock(vhost->context, __func__); in lws_create_new_server_wsi()
524 lws_context_lock(info->vh->context, __func__); in lws_adopt_descriptor_vhost_via_info()
806 lws_context_lock(vhost->context, __func__); in lws_create_adopt_udp()
Dpollfd.c565 lws_context_lock(wsi->a.context, __func__); in lws_same_vh_protocol_insert()
591 lws_context_lock(wsi->a.context, __func__); in lws_same_vh_protocol_remove()
Dvhost.c1006 lws_context_lock(context, __func__); in lws_create_vhost()
1293 lws_context_lock(context, "vhost destroy 1"); /* ---------- context { */
1633 lws_context_lock(context, __func__); /* ------ context { */
1789 lws_context_lock(wsi->a.context, __func__); /* -------------- cx { */
Dwsi.c70 lws_context_lock(vh->context, __func__); /* ---------- context { */ in lws_vhost_bind_wsi()
1632 lws_context_lock(wsi->a.context, __func__); /* -------------- cx { */ in lws_wsi_mux_apply_queue()
Dclose.c1013 lws_context_lock(cx, __func__); in lws_close_free_wsi()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c43 lws_context_lock(pt->context, __func__); in lws_uv_sultimer_cb()
67 lws_context_lock(pt->context, __func__); in lws_uv_idle()
102 lws_context_lock(pt->context, __func__); in lws_io_cb()
205 lws_context_lock(pt->context, __func__); in lws_uv_finalize_pt()
800 lws_context_lock(context, __func__); in lws_libuv_closewsi()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c28 lws_context_lock(pt->context, __func__); in sultimer_handler()
58 lws_context_lock(pt->context, __func__); in idle_handler()
100 lws_context_lock(pt->context, __func__); in sock_accept_handler()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c445 lws_context_lock(cx, __func__); in rops_handle_POLLIN_netlink()
458 lws_context_lock(cx, __func__); in rops_handle_POLLIN_netlink()
509 lws_context_lock(context, __func__); in rops_pt_init_destroy_netlink()
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c157 lws_context_lock(pt->context, __func__); in lws_dbus_add_watch()
239 lws_context_lock(pt->context, __func__); in lws_dbus_remove_watch()
/third_party/libwebsockets/lib/plat/unix/
Dunix-init.c64 lws_context_lock(context, "periodic checks"); in lws_sul_plat_unix()
Dunix-spawn.c85 lws_context_lock(context, __func__); in lws_create_stdwsi()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h841 #define lws_context_lock(c, reason) lws_mutex_refcount_lock(&c->mr, reason) macro
856 #define lws_context_lock(_a, _b) (void)(_a) macro
Dcontext.c1256 lws_context_lock(context, __func__); in lws_create_context()
1784 lws_context_lock(context, __func__); in lws_context_destroy()
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c323 lws_context_lock(context, __func__); in lws_threadpool_tsi_context()
708 lws_context_lock(context, __func__); in lws_threadpool_create()
782 lws_context_lock(tp->context, __func__); in lws_threadpool_destroy()
/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c252 lws_context_lock(wsi->a.context, __func__);
Dconnect.c151 lws_context_lock(i->context, __func__); in lws_client_connect_via_info()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c80 lws_context_lock(context, __func__); in lws_create_basic_wsi()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c270 lws_context_lock(context, "ah attach"); /* <========================= */ in lws_header_table_attach()
392 lws_context_lock(context, "ah detach"); /* <========================= */ in __lws_header_table_detach()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c821 lws_context_lock(wsi->a.context, "h2 mig"); in lws_h2_do_pps_send()
1293 lws_context_lock(wsi->a.context, "h2 new str"); in lws_h2_parse_frame_header()
1482 lws_context_lock(wsi->a.context, "h2 mig"); in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c302 lws_context_lock(cx, __func__); in _lws_vhost_init_server_af()