Files
rtems/cpukit
Sebastian Huber 73ebf9a27e rtems: Fix task restart within interrupt context
rtems_task_restart() may be called from within interrupt context.  So
checking only that the thread to restart is equal to the executing
thread is insufficient to determine a self restart.  We have to also
check that no ISR is in progress.  Merge _Thread_Restart_other() and
_Thread_Restart_self() into one _Thread_Restart() since they share a lot
of common code.

Close #4412.
2021-05-14 16:56:03 +02:00
..
2021-04-30 07:20:52 +02:00
2021-03-26 14:25:38 +01:00
2021-04-07 16:15:38 -06:00
2021-05-05 09:45:56 -05:00
2021-04-13 11:57:21 -06:00
2020-12-02 13:18:42 +01:00