Searched refs:system_ops (Results 1 – 6 of 6) sorted by relevance
35 return context->system_ops; in lws_system_get_ops()227 assert(pt->context->system_ops->attach); in lws_system_do_attach()228 if (!pt->context->system_ops->attach) { in lws_system_do_attach()239 if (pt->context->system_ops->attach(pt->context, pt->tid, NULL, in lws_system_do_attach()
186 info.system_ops = &ops; in lws_create()
692 const lws_system_ops_t *system_ops; member
443 const lws_system_ops_t *system_ops; member
272 context->system_ops = info->system_ops; in lws_create_context()
7 `lws_system` allows you to set a `system_ops` struct at context creation time,