[RTEMS Project] #4412: Unexpected rtems_task_restart() behaviour if called from within interrrupt context

RTEMS trac trac at rtems.org
Fri May 14 13:08:57 UTC 2021


#4412: Unexpected rtems_task_restart() behaviour if called from within interrrupt
context
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  defect           |      Status:  assigned
 Priority:  normal           |   Milestone:  6.1
Component:  rtems            |     Version:  6
 Severity:  normal           |  Resolution:
 Keywords:                   |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------------

Comment (by Sebastian Huber):

 The rtems_task_restart() works well if called from within interrupt
 context if you use _ISR_Is_in_progress() to determine a self restart.
 This directive doesn't use a mutex internally only ISR locks.

--
Ticket URL: <http://devel.rtems.org/ticket/4412#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list