zephyr/tests/kernel/threads/thread_apis/src
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
..
main.c tests: thread_apis: move uptime gathering in join scenario 2020-09-24 09:54:11 -05:00
test_essential_thread.c test: thread: add a test case for essential thread abort 2020-08-21 13:58:35 -04:00
test_kthread_for_each.c
test_threads_cancel_abort.c kernel: add context pointer to thread->fn_abort 2020-10-22 23:32:37 -04:00
test_threads_cpu_mask.c tests: threads: mark cpu_mask skipped where it does not run 2020-08-06 12:07:38 -05:00
test_threads_set_priority.c
test_threads_spawn.c
test_threads_suspend_resume.c
tests_thread_apis.h