Home
last modified time | relevance | path

Searched refs:_lws_plat_service_forced_tsi (Results 1 - 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c32 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi) in _lws_plat_service_forced_tsi() function
148 if (_lws_plat_service_forced_tsi(context, tsi)) in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c37 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi) in _lws_plat_service_forced_tsi() function
216 if (_lws_plat_service_forced_tsi(context, tsi) < 0) in _lws_plat_service_tsi()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-eventlib-exports.h114 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi);
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c67 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_uloop_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c73 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_event_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c210 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_glib_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c66 reschedule = _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_ev_idle_cb()
/third_party/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c66 _lws_plat_service_forced_tsi(pt->context, pt->tid); in idle_handler()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c75 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_uv_idle()
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1113 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi);

Completed in 13 milliseconds