Searched defs:fwk_module_context (Results 1 – 1 of 1) sorted by relevance
25 struct fwk_module_context { struct27 fwk_id_t id;30 enum fwk_module_state state;33 const struct fwk_module *desc;36 const struct fwk_module_config *config;39 size_t element_count;42 struct fwk_element_ctx *element_ctx_table;49 struct fwk_dlist *subscription_dlist_table;53 struct fwk_slist delayed_response_list;
Completed in 3 milliseconds