Home
last modified time | relevance | path

Searched refs:lws_service_adjust_timeout (Results 1 - 14 of 14) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-service.h136 * lws_service_adjust_timeout() - Check for any connection needing forced service
153 lws_service_adjust_timeout(struct lws_context *context, int timeout_ms, int tsi);
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c65 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_uloop_idle_timer_cb()
69 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_uloop_idle_timer_cb()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c155 if (!lws_service_adjust_timeout(context, 1, tsi)) in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-service.c108 if (lws_service_adjust_timeout(context, 1, tsi)) { in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c123 if (lws_service_adjust_timeout(context, 1, tsi)) { in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c140 if (!lws_service_adjust_timeout(context, 1, tsi)) in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c71 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_event_idle_timer_cb()
75 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_event_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c208 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) { in lws_glib_idle_timer_cb()
212 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_glib_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c73 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_uv_idle()
86 if (lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_uv_idle()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c135 n = lws_service_adjust_timeout(context, 5000, 0); in custom_poll_run()
/third_party/libwebsockets/lib/core-net/
H A Dservice.c297 lws_service_adjust_timeout(struct lws_context *context, int timeout_ms, int tsi) in lws_service_adjust_timeout() function
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c64 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_ev_idle_cb()
/third_party/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c64 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in idle_handler()
/third_party/libwebsockets/test-apps/
H A Dtest-server.c694 n = lws_service_adjust_timeout(context, 5000, 0); in main()

Completed in 9 milliseconds