kernel: Remove abort and join implementation (UNBISECTABLE)

THIS COMMIT DELIBERATELY BREAKS BISECTABILITY FOR EASE OF REVIEW.
SKIP IF YOU LAND HERE.

Remove the existing implementatoin of k_thread_abort(),
k_thread_join(), and the attendant facilities in the thread subsystem
and idle thread that support them.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2021-02-17 08:19:10 -08:00 committed by Anas Nashif
commit c0c8cb0e97
9 changed files with 0 additions and 412 deletions

View file

@ -21,7 +21,6 @@ list(APPEND kernel_files
stack.c
system_work_q.c
thread.c
thread_abort.c
version.c
work_q.c
condvar.c