[RTEMS Project] #4546: A thread restart does not update the priority of related threads
RTEMS trac
trac at rtems.org
Tue Nov 23 13:36:55 UTC 2021
#4546: A thread restart does not update the priority of related threads
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: defect | Status: closed
Priority: normal | Milestone: 6.1
Component: score | Version: 5
Severity: normal | Resolution: fixed
Keywords: qualification | Blocked By:
Blocking: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"546846472a5dadc7b3038b7c56da695f6dbbd1a6/rtems"
5468464/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="546846472a5dadc7b3038b7c56da695f6dbbd1a6"
score: Properly continue the thread during restart
The _Thread_queue_Extract() does not deal with potential priority
updates and the SMP locking protocol handling. Use
_Thread_queue_Continue(). For the POSIX signals processing this is
currently probably unnecessary, however, the use case is similar to the
restart so use the same appoach.
Close #4546.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4546#comment:6>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list