Lines Matching defs:tsi
52 lws_sul_schedule(lsp->info.vh->context, lsp->info.tsi,
65 lws_create_basic_wsi(struct lws_context *context, int tsi,
68 struct lws_context_per_thread *pt = &context->pt[tsi];
74 if ((unsigned int)context->pt[tsi].fds_count ==
81 new_wsi = __lws_wsi_create_with_role(context, tsi, ops, NULL);
182 lws_sul_schedule(lsp->info.vh->context, lsp->info.tsi,
411 lsp->stdwsi[n] = lws_create_basic_wsi(i->vh->context, i->tsi,
507 lws_sul_schedule(context, i->tsi, &lsp->sul, lws_spawn_timeout,
523 lws_sul_schedule(context, i->tsi, &lsp->sul,
563 lws_sul_schedule(lsp->info.vh->context, lsp->info.tsi,