Searched refs:llext_bootstrap (Results 1 – 4 of 4) sorted by relevance
286 void llext_bootstrap(struct llext *ext, llext_entry_fn_t entry_fn, void *user_data);
168 (k_thread_entry_t) &llext_bootstrap, in load_call_unload()192 (k_thread_entry_t) &llext_bootstrap, in load_call_unload()227 llext_bootstrap(ext, test_entry_fn, NULL); in load_call_unload()
304 void llext_bootstrap(struct llext *ext, llext_entry_fn_t entry_fn, void *user_data) in llext_bootstrap() function
47 If the extension requires a dedicated thread, the :c:func:`llext_bootstrap`