Home
last modified time | relevance | path

Searched refs:lws_pt_lock (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libwebsockets/lib/core-net/
Dsequencer.c114 lws_pt_lock(pt, __func__); /* ---------------------------------- pt { */ in lws_seq_create()
156 lws_pt_lock(seq->pt, __func__); /* -------------------------- pt { */ in lws_seq_destroy()
203 lws_pt_lock(seq->pt, __func__); /* ----------------------------- pt { */ in lws_seq_sul_pending_cb()
235 lws_pt_lock(seq->pt, __func__); /* ----------------------------- pt { */ in lws_seq_queue_event()
270 lws_pt_lock(seq->pt, __func__); /* ----------------------------- pt { */ in lws_seq_check_wsi()
Dwsi-timeout.c142 lws_pt_lock(pt, __func__); in lws_set_timeout()
163 lws_pt_lock(pt, __func__); in lws_set_timeout()
173 lws_pt_lock(pt, __func__); in lws_set_timeout_us()
180 lws_pt_lock(pt, __func__); in lws_set_timeout_us()
Dservice.c508 lws_pt_lock(pt, __func__); in lws_service_do_ripe_rxflow()
555 lws_pt_lock(pt, __func__); in lws_service_flag_pending()
Dstats.c187 lws_pt_lock(pt, __func__); in lws_stats_log_dump()
Dpollfd.c120 lws_pt_lock(pt, __func__); in _lws_change_pollfd()
499 lws_pt_lock(pt, __func__); in lws_change_pollfd()
Dclose.c659 lws_pt_lock(pt, __func__); in lws_close_free_wsi()
Dadopt.c253 lws_pt_lock(pt, __func__); in lws_adopt_descriptor_vhost2()
Dprivate-lib-core-net.h955 #define lws_pt_lock(pt, reason) lws_mutex_refcount_lock(&pt->mr, reason) macro
Dwsi.c243 lws_pt_lock(pt, __func__); in lws_rx_flow_control()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c112 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
160 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c34 lws_pt_lock(pt, __func__); in lws_ev_hrtimer_cb()
62 lws_pt_lock(pt, __func__); in lws_ev_idle_cb()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c122 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c34 lws_pt_lock(pt, __func__); in lws_event_hrtimer_cb()
78 lws_pt_lock(pt, __func__); in lws_event_idle_timer_cb()
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c151 lws_pt_lock(pt, __func__); in lws_dbus_add_watch()
227 lws_pt_lock(pt, __func__); in lws_dbus_remove_watch()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-service.c139 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/tls/
Dtls-network.c66 lws_pt_lock(pt, __func__); in lws_ssl_remove_wsi_from_buffered_list()
Dtls-server.c164 lws_pt_lock(pt, __func__); in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c111 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams.c428 lws_pt_lock(pt, __func__); in lws_ss_create()
475 lws_pt_lock(pt, __func__); in lws_ss_destroy()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c38 lws_pt_lock(pt, __func__); in lws_uv_sultimer_cb()
68 lws_pt_lock(pt, __func__); in lws_uv_idle()
881 lws_pt_lock(pt, __func__); in lws_libuv_closewsi()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c153 lws_pt_lock(pt, __func__); in lws_header_table_reset()
229 lws_pt_lock(pt, __func__); in lws_header_table_attach()
458 lws_pt_lock(pt, __func__); in lws_header_table_detach()
Dheader.c564 lws_pt_lock(pt, __func__); in lws_sul_http_ah_lifecheck()
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c155 lws_pt_lock(pt, __func__); in lws_glib_hrtimer_cb()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h622 #define lws_pt_lock(_a, b) (void)(_a) macro
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c298 lws_pt_lock(pt, __func__); in lws_process_ws_upgrade2()

12