kernel: convert most thread APIs to system calls
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
76c04a21ee
commit
468190a795
6 changed files with 162 additions and 27 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue