commit | e7986eb5522cfd19156c3a28ea6924087fe294b2 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Mon Aug 14 16:41:05 2023 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 06 18:59:35 2023 -0500 |
tree | 38404f7247c8659b19e0e5b837cd77d24881ae44 | |
parent | b1384a71bfd1a2f4b875fdbf1bb5eaa8c446bcd9 [diff] |
kernel: Extend halting to support suspending Extends the concept of halting a thread from just aborting a thread to both aborting and suspending a thread. Part of this involves updating k_thread_suspend() to operate in a similar fashion to that of k_thread_abort(). Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>