kernel: move stuff into z_thread_single_abort() The same code was being copypasted in k_thread_abort() implementations, just move into z_thread_single_abort(). Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>