Home
last modified time | relevance | path

Searched refs:llext_bootstrap (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c167 (k_thread_entry_t) &llext_bootstrap, in load_call_unload()
191 (k_thread_entry_t) &llext_bootstrap, in load_call_unload()
226 llext_bootstrap(ext, test_entry_fn, NULL); in load_call_unload()
/Zephyr-latest/include/zephyr/llext/
Dllext.h260 void llext_bootstrap(struct llext *ext, llext_entry_fn_t entry_fn, void *user_data);
/Zephyr-latest/subsys/llext/
Dllext.c343 void llext_bootstrap(struct llext *ext, llext_entry_fn_t entry_fn, void *user_data) in llext_bootstrap() function
/Zephyr-latest/doc/services/llext/
Dload.rst47 If the extension requires a dedicated thread, the :c:func:`llext_bootstrap`