commit | 60be4eb653d3e44dd0d34caa107e012cf8bd819c | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Feb 14 12:03:48 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 12 10:57:02 2020 -0400 |
tree | 9fa106d72a214033c9095a75d460831ed7c0d845 | |
parent | 79ed6a7e532821089df79085e70f3957572ee343 [diff] |
kernel: remove comment in k_thread_abort() z_reschedule_unlocked() is a no-op if the caller is cooperative, because the logic that maintains the ready queue ensures that the co-op thread is always at the front unless some special handling is done like in k_yield(), which does not happen here. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>