zephyr/include/arch/xtensa
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
..
addr_types.h xtensa: fixup license identifiers 2017-02-13 08:04:27 -08:00
arch.h k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
exc.h Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
offsets.h xtensa: fixup license identifiers 2017-02-13 08:04:27 -08:00
sys_io.h Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
xtensa_irq.h arch: xtensa: Convert Xtensa port to use gen_isr_table 2017-08-09 12:26:14 -07:00