zephyr/arch/posix
Andrew Boie be0d69f1e6 arch: posix: don't exit ISR on thread abort
If a thread is running, an ISR fires, and the ISR
itself calls k_thread_abort() on the thread, the ISR
was being unexpectedly terminated.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-08-18 08:36:35 +02:00
..
core arch: posix: don't exit ISR on thread abort 2020-08-18 08:36:35 +02:00
include kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
CMakeLists.txt
Kconfig
Linux.aarch64.cmake