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> |
||
|---|---|---|
| .. | ||
| main.c | ||
| test_essential_thread.c | ||
| test_kthread_for_each.c | ||
| test_threads_cancel_abort.c | ||
| test_threads_cpu_mask.c | ||
| test_threads_set_priority.c | ||
| test_threads_spawn.c | ||
| test_threads_suspend_resume.c | ||
| tests_thread_apis.h | ||