Home
last modified time | relevance | path

Searched refs:lws_service_adjust_timeout (Results 1 – 15 of 15) sorted by relevance

/third_party/libwebsockets/lib/event-libs/uloop/
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/include/libwebsockets/
Dlws-service.h153 lws_service_adjust_timeout(struct lws_context *context, int timeout_ms, int tsi);
/third_party/libwebsockets/lib/event-libs/glib/
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/plat/windows/
Dwindows-service.c154 if (!lws_service_adjust_timeout(context, 1, tsi)) in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/libevent/
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/plat/unix/
Dunix-service.c140 if (!lws_service_adjust_timeout(context, 1, tsi)) in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c108 if (lws_service_adjust_timeout(context, 1, tsi)) { in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c123 if (lws_service_adjust_timeout(context, 1, tsi)) { in _lws_plat_service_tsi()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c135 n = lws_service_adjust_timeout(context, 5000, 0); in custom_poll_run()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c64 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in idle_handler()
/third_party/libwebsockets/test-apps/
Dtest-server.c694 n = lws_service_adjust_timeout(context, 5000, 0); in main()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c64 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_ev_idle_cb()
/third_party/libwebsockets/lib/core-net/
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/libuv/
Dlibuv.c73 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_uv_idle()
/third_party/libwebsockets/READMEs/
DREADME.coding.md398 `lws_service_adjust_timeout(context, 1, tsi)`, normally tsi is 0. If it returns