zephyr/arch/arc/core
Andrew Boie 8eaff5d6d2 k_thread_abort(): assert if abort essential thread
Previously, this was only done if an essential thread self-exited,
and was a runtime check that generated a kernel panic.

Now if any thread has k_thread_abort() called on it, and that thread
is essential to the system operation, this check is made. It is now
an assertion.

_NANO_ERR_INVALID_TASK_EXIT checks and printouts removed since this
is now an assertion.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-09-07 16:35:16 -07:00
..
mpu doc: fix misspellings and missing EOF newlines 2017-08-16 17:38:41 -05:00
offsets
atomic.S
cache.c
cpu_idle.S
fast_irq.S arch: arc: Add mpu support 2017-08-16 16:09:45 -04:00
fatal.c k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
fault_s.S
fault.c
irq_manage.c
irq_offload.c
isr_wrapper.S
Makefile arch: arc: Add mpu support 2017-08-16 16:09:45 -04:00
prep_c.c
regular_irq.S arch: arc: Add mpu support 2017-08-16 16:09:45 -04:00
reset.S
swap.S arch: arc: Add mpu support 2017-08-16 16:09:45 -04:00
sys_fatal_error_handler.c
thread_entry_wrapper.S
thread.c
timestamp.c
vector_table.c