zephyr/tests/kernel/threads
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
..
dynamic_thread tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
no-multithreading boards: Add BT510 support 2020-08-14 12:58:03 -05:00
thread_apis kernel: add context pointer to thread->fn_abort 2020-10-22 23:32:37 -04:00
thread_init ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
thread_stack tests: thread_stack: add idle stack size scenario 2020-09-30 14:11:59 -04:00