Lines Matching defs:context
44 static struct lws_context *context;
95 * This is a foreign thread context for each event loop... lws doesn't
100 * lws from the loop and destroyed the context we can as the "foreign
105 while (lws_service_tsi(context, 0,
131 lws_context_destroy(context);
164 info.pcontext = &context;
172 context = lws_create_context(&info);
173 if (!context) {
178 actual_threads = lws_get_count_threads(context);
193 lws_context_destroy(context);