kernel: convert most thread APIs to system calls

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-09-29 14:00:48 -07:00 committed by Andrew Boie
commit 468190a795
6 changed files with 162 additions and 27 deletions

View file

@ -26,7 +26,7 @@
extern void _k_thread_single_abort(struct k_thread *thread);
void k_thread_abort(k_tid_t thread)
void _impl_k_thread_abort(k_tid_t thread)
{
unsigned int key;