Lines Matching defs:context
32 static struct lws_context *context;
57 while (lws_service_tsi(context, 10000,
79 lws_context_destroy(context);
113 info.pcontext = &context;
147 context = lws_create_context(&info);
148 if (!context) {
153 lwsl_notice(" Service threads: %d\n", lws_get_count_threads(context));
157 for (n = 0; n < lws_get_count_threads(context); n++)
167 lwsl_notice("%s: calling external context destroy\n", __func__);
168 lws_context_destroy(context);