commit | be0d69f1e6496a782985b09596c9c1a423ea32a8 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Aug 14 10:43:50 2020 -0700 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Tue Aug 18 08:36:35 2020 +0200 |
tree | fceb306f979d94d1a1e4fe63988eecc5254224d2 | |
parent | fc68feea70cda90d6aba259647e24f6671cc22ce [diff] |
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>