commit | 5a2619e17af80c87038a5585049b23fc365ef667 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Feb 14 12:15:14 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 12 10:57:02 2020 -0400 |
tree | 55b4bafcd2ee457abcfaea716fb552e6d57772cb | |
parent | 60be4eb653d3e44dd0d34caa107e012cf8bd819c [diff] |
kernel: use z_swap_unlocked in k_thread_abort z_swap_unlocked() does the same construction of using a dummy spinlock; just use that and make the code simpler. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>