Lines Matching defs:context
43 static struct lws_context *context;
92 while (lws_service_tsi(context, 1000,
106 struct lws_context *context = mgr->parent;
115 lws_get_count_threads(context));
119 for (started = 1; started < lws_get_count_threads(context);
145 lws_cancel_service(context);
173 context = lws_create_context(&info);
174 if (!context) {
180 n = lws_service(context, 0);
182 lws_context_destroy(context);