/third_party/libwebsockets/lib/core-net/ |
D | sequencer.c | 114 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()
|
D | wsi-timeout.c | 142 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()
|
D | service.c | 508 lws_pt_lock(pt, __func__); in lws_service_do_ripe_rxflow() 555 lws_pt_lock(pt, __func__); in lws_service_flag_pending()
|
D | stats.c | 187 lws_pt_lock(pt, __func__); in lws_stats_log_dump()
|
D | pollfd.c | 120 lws_pt_lock(pt, __func__); in _lws_change_pollfd() 499 lws_pt_lock(pt, __func__); in lws_change_pollfd()
|
D | close.c | 659 lws_pt_lock(pt, __func__); in lws_close_free_wsi()
|
D | adopt.c | 253 lws_pt_lock(pt, __func__); in lws_adopt_descriptor_vhost2()
|
D | private-lib-core-net.h | 955 #define lws_pt_lock(pt, reason) lws_mutex_refcount_lock(&pt->mr, reason) macro
|
D | wsi.c | 243 lws_pt_lock(pt, __func__); in lws_rx_flow_control()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-service.c | 112 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/ |
D | libev.c | 34 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/ |
D | network.c | 122 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
D | libevent.c | 34 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/ |
D | dbus.c | 151 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/ |
D | windows-service.c | 139 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/tls/ |
D | tls-network.c | 66 lws_pt_lock(pt, __func__); in lws_ssl_remove_wsi_from_buffered_list()
|
D | tls-server.c | 164 lws_pt_lock(pt, __func__); in lws_server_socket_service_ssl()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-service.c | 111 lws_pt_lock(pt, __func__); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams.c | 428 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/ |
D | libuv.c | 38 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/ |
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() 458 lws_pt_lock(pt, __func__); in lws_header_table_detach()
|
D | header.c | 564 lws_pt_lock(pt, __func__); in lws_sul_http_ah_lifecheck()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 155 lws_pt_lock(pt, __func__); in lws_glib_hrtimer_cb()
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 622 #define lws_pt_lock(_a, b) (void)(_a) macro
|
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 298 lws_pt_lock(pt, __func__); in lws_process_ws_upgrade2()
|