zephyr/tests/kernel/threads/thread_apis
Andrew Boie 933b420235 kernel: add context pointer to thread->fn_abort
For compatibility layers like CMSIS where thread objects
are drawn from a pool, provide a context pointer to the
exited thread object so it may be freed.

This is somewhat obscure and has no supporting APIs or
overview documentation and should be considered a private
kernel feature. Applications should really be using
k_thread_join() instead.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-10-22 23:32:37 -04:00
..
src kernel: add context pointer to thread->fn_abort 2020-10-22 23:32:37 -04:00
CMakeLists.txt
prj.conf
testcase.yaml