Lines Matching refs:tsi
96 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in sock_accept_handler()
123 lws_service_fd_tsi(context, &eventfd, wsi->tsi); in sock_accept_handler()
159 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in io_sd()
220 pt = &wsi->a.context->pt[(int)wsi->tsi]; in init_vhost_listen_wsi_sd()
246 init_pt_sd(struct lws_context *context, void *_loop, int tsi) in init_pt_sd() argument
248 struct lws_context_per_thread *pt = &context->pt[tsi]; in init_pt_sd()
338 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in sock_accept_sd()
359 run_pt_sd(struct lws_context *context, int tsi) in run_pt_sd() argument
361 struct lws_context_per_thread *pt = &context->pt[tsi]; in run_pt_sd()
379 destroy_pt_sd(struct lws_context *context, int tsi) in destroy_pt_sd() argument
381 struct lws_context_per_thread *pt = &context->pt[tsi]; in destroy_pt_sd()