Searched refs:lws_service_adjust_timeout (Results 1 - 14 of 14) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-service.h | 136 * 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 D | uloop.c | 65 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 D | windows-service.c | 155 if (!lws_service_adjust_timeout(context, 1, tsi)) in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-service.c | 108 if (lws_service_adjust_timeout(context, 1, tsi)) { in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | network.c | 123 if (lws_service_adjust_timeout(context, 1, tsi)) { in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-service.c | 140 if (!lws_service_adjust_timeout(context, 1, tsi)) in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
H A D | libevent.c | 71 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 D | glib.c | 208 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 D | libuv.c | 73 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 D | minimal-http-server.c | 135 n = lws_service_adjust_timeout(context, 5000, 0); in custom_poll_run()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | service.c | 297 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 D | libev.c | 64 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in lws_ev_idle_cb()
|
/third_party/libwebsockets/lib/event-libs/sdevent/ |
H A D | sdevent.c | 64 if (!lws_service_adjust_timeout(pt->context, 1, pt->tid)) in idle_handler()
|
/third_party/libwebsockets/test-apps/ |
H A D | test-server.c | 694 n = lws_service_adjust_timeout(context, 5000, 0); in main()
|
Completed in 9 milliseconds