Lines Matching defs:tsi
32 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi)
34 struct lws_context_per_thread *pt = &context->pt[tsi];
37 r = lws_service_flag_pending(context, tsi);
45 m = lws_service_fd_tsi(context, &pt->fds[n], tsi);
61 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi)
74 pt = &context->pt[tsi];
96 context->event_loop_ops->run_pt(context, tsi);
148 if (_lws_plat_service_forced_tsi(context, tsi))
155 if (!lws_service_adjust_timeout(context, 1, tsi))
177 lws_service_fd_tsi(context, &pt->fds[n], tsi);