Home
last modified time | relevance | path

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

12

/third_party/libwebsockets/lib/core-net/
Dwsi-timeout.c118 lws_pt_lock(pt, __func__); in lws_sul_wsitimeout_cb()
145 lws_pt_lock(pt, __func__); in lws_set_timeout()
167 lws_pt_lock(pt, __func__); in lws_set_timeout()
180 lws_pt_lock(pt, __func__); in lws_set_timeout_us()
187 lws_pt_lock(pt, __func__); in lws_set_timeout_us()
212 lws_pt_lock(pt, __func__); in lws_validity_cb()
Dsorted-usec-list.c197 lws_pt_lock(pt, __func__); in lws_sul_nonmonotonic_adjust()
245 lws_pt_lock(pt, __func__); in lws_sul_earliest_wakeable_event()
279 lws_pt_lock(_pt, __func__); in lws_sul_schedule()
301 lws_pt_lock(_pt, __func__); in lws_sul_schedule_wakesuspend()
333 lws_pt_lock(pt, __func__); in lws_sul_debug_zombies()
Dsequencer.c116 lws_pt_lock(pt, __func__); /* ---------------------------------- pt { */ in lws_seq_create()
158 lws_pt_lock(seq->pt, __func__); /* -------------------------- pt { */ in lws_seq_destroy()
205 lws_pt_lock(seq->pt, __func__); /* ----------------------------- pt { */ in lws_seq_sul_pending_cb()
237 lws_pt_lock(seq->pt, __func__); /* ----------------------------- pt { */ in lws_seq_queue_event()
273 lws_pt_lock(seq->pt, __func__); /* ----------------------------- pt { */ in lws_seq_check_wsi()
Dservice.c321 lws_pt_lock(pt, __func__); /* -------------- pt { */ in lws_service_adjust_timeout()
529 lws_pt_lock(pt, __func__); in lws_service_do_ripe_rxflow()
578 lws_pt_lock(pt, __func__); in lws_service_flag_pending()
Dadopt.c162 lws_pt_lock(pt, __func__); in __lws_adopt_descriptor_vhost1()
320 lws_pt_lock(pt, __func__); in lws_adopt_ss_server_accept()
408 lws_pt_lock(pt, __func__); in lws_adopt_descriptor_vhost2()
Dpollfd.c118 lws_pt_lock(pt, __func__); in _lws_change_pollfd()
514 lws_pt_lock(pt, __func__); in lws_change_pollfd()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c170 lws_pt_lock(pt, __func__); in rops_handle_POLLIN_netlink()
236 lws_pt_lock(pt, __func__); in rops_handle_POLLIN_netlink()
314 lws_pt_lock(pt, __func__); in rops_handle_POLLIN_netlink()
344 lws_pt_lock(pt, __func__); in rops_handle_POLLIN_netlink()
362 lws_pt_lock(pt, __func__); in rops_handle_POLLIN_netlink()
383 lws_pt_lock(pt, __func__); in rops_handle_POLLIN_netlink()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c121 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
172 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c29 lws_pt_lock(pt, __func__); in sultimer_handler()
59 lws_pt_lock(pt, __func__); in idle_handler()
101 lws_pt_lock(pt, __func__); in sock_accept_handler()
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c39 lws_pt_lock(pt, __func__); in lws_uloop_hrtimer_cb()
80 lws_pt_lock(pt, __func__); in lws_uloop_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c44 lws_pt_lock(pt, __func__); in lws_uv_sultimer_cb()
68 lws_pt_lock(pt, __func__); in lws_uv_idle()
102 lws_pt_lock(pt, __func__); in lws_io_cb()
815 lws_pt_lock(pt, __func__); in lws_libuv_closewsi()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-service.c130 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c40 lws_pt_lock(pt, __func__); in lws_ev_hrtimer_cb()
70 lws_pt_lock(pt, __func__); in lws_ev_idle_cb()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-raw.c77 lws_pt_lock(pt, __func__); in secstream_raw()
Dss-ws.c82 lws_pt_lock(pt, __func__); in secstream_ws()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c39 lws_pt_lock(pt, __func__); in lws_event_hrtimer_cb()
88 lws_pt_lock(pt, __func__); in lws_event_idle_timer_cb()
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c158 lws_pt_lock(pt, __func__); in lws_dbus_add_watch()
240 lws_pt_lock(pt, __func__); in lws_dbus_remove_watch()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c389 lws_pt_lock(pt, __func__);
691 lws_pt_lock(pt, __func__);
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c117 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/tls/
Dtls-network.c67 lws_pt_lock(pt, __func__); in lws_ssl_remove_wsi_from_buffered_list()
Dtls-server.c167 lws_pt_lock(pt, __func__); in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c129 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
/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()
451 lws_pt_lock(pt, __func__); in lws_header_table_detach()
Dheader.c591 lws_pt_lock(pt, __func__); in lws_sul_http_ah_lifecheck()
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c173 lws_pt_lock(pt, __func__); in lws_glib_hrtimer_cb()

12