commit | 933b4202355df1ec2937711cc74fc4930e655a15 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Sep 03 17:56:24 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 22 23:32:37 2020 -0400 |
tree | bb36a02bce1ad7d3097d5a1b7ac873551a0c2f4d | |
parent | afe42bd1297327fbeea77a25e6cb1dfd52926b68 [diff] |
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>