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:
parent
bf99f3105f
commit
c0c8cb0e97
9 changed files with 0 additions and 412 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue