/third_party/libwebsockets/lib/core-net/ |
D | wsi-timeout.c | 118 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()
|
D | sorted-usec-list.c | 197 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()
|
D | sequencer.c | 116 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()
|
D | service.c | 321 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()
|
D | adopt.c | 162 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()
|
D | pollfd.c | 118 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/ |
D | ops-netlink.c | 170 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/ |
D | unix-service.c | 121 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/ |
D | sdevent.c | 29 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/ |
D | uloop.c | 39 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/ |
D | libuv.c | 44 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/ |
D | windows-service.c | 130 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/event-libs/libev/ |
D | libev.c | 40 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/ |
D | ss-raw.c | 77 lws_pt_lock(pt, __func__); in secstream_raw()
|
D | ss-ws.c | 82 lws_pt_lock(pt, __func__); in secstream_ws()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
D | libevent.c | 39 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/ |
D | dbus.c | 158 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/ |
D | connect3.c | 389 lws_pt_lock(pt, __func__); 691 lws_pt_lock(pt, __func__);
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-service.c | 117 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/tls/ |
D | tls-network.c | 67 lws_pt_lock(pt, __func__); in lws_ssl_remove_wsi_from_buffered_list()
|
D | tls-server.c | 167 lws_pt_lock(pt, __func__); in lws_server_socket_service_ssl()
|
/third_party/libwebsockets/lib/plat/optee/ |
D | network.c | 129 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 153 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()
|
D | header.c | 591 lws_pt_lock(pt, __func__); in lws_sul_http_ah_lifecheck()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 173 lws_pt_lock(pt, __func__); in lws_glib_hrtimer_cb()
|