[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:44 UTC 2021


#4546: A thread restart does not update the priority of related threads
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  defect           |      Status:  assigned
 Priority:  normal           |   Milestone:  6.1
Component:  score            |     Version:  5
 Severity:  normal           |  Resolution:
 Keywords:  qualification    |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------------

Comment (by Sebastian Huber <sebastian.huber@…>):

 In [changeset:"e429e9742a2ca72820f8f3a8958ed138aa562bd9/rtems"
 e429e97/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="e429e9742a2ca72820f8f3a8958ed138aa562bd9"
 score: Simplify thread wait state handling

 Remove the THREAD_WAIT_STATE_READY_AGAIN and simply use the initial value
 to
 indicate that a thread does not wait on something.  Rename
 THREAD_WAIT_FLAGS_INITIAL to THREAD_WAIT_STATE_READY.  This change is
 necessary
 so that _Thread_Continue() can be called for threads which never waited on
 something (for example dormant threads).

 Update #4546.
 }}}

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


More information about the bugs mailing list