Home
last modified time | relevance | path

Searched refs:llext_teardown (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/llext/
Dllext.h242 int llext_teardown(struct llext *ext);
/Zephyr-latest/subsys/llext/
Dllext.c338 inline int llext_teardown(struct llext *ext) in llext_teardown() function
359 ret = llext_teardown(ext); in llext_bootstrap()
/Zephyr-latest/doc/services/llext/
Dload.rst39 :c:func:`llext_teardown` function. These APIs are compatible with
51 context, and finally :c:func:`llext_teardown` before returning.