Searched refs:_lws_plat_service_forced_tsi (Results 1 - 10 of 10) sorted by relevance
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-service.c | 32 _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 D | unix-service.c | 37 _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 D | lws-eventlib-exports.h | 114 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi);
|
/third_party/libwebsockets/lib/event-libs/uloop/ |
H A D | uloop.c | 67 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_uloop_idle_timer_cb()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
H A D | libevent.c | 73 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_event_idle_timer_cb()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
H A D | glib.c | 210 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_glib_idle_timer_cb()
|
/third_party/libwebsockets/lib/event-libs/libev/ |
H A D | libev.c | 66 reschedule = _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_ev_idle_cb()
|
/third_party/libwebsockets/lib/event-libs/sdevent/ |
H A D | sdevent.c | 66 _lws_plat_service_forced_tsi(pt->context, pt->tid); in idle_handler()
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
H A D | libuv.c | 75 _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_uv_idle()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | private-lib-core-net.h | 1113 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi);
|
Completed in 13 milliseconds