#4512 closed defect (fixed)

Count of postponed jobs is not set to zero for a newly created rate-monotonic period object (cloned)

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.2
Component: rtems Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Cloned from #4511:


rtems_rate_monotonic_get_status() returns an arbitrary number for the count of postponed jobs if it is called for a newly created period object. The count of postponed jobs should be cleared to zero at object creation.

Change History (1)

comment:1 Changed on 09/09/21 at 13:16:23 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In ff94ddc/rtems:

rtems: Initialize count of postponed jobs

The rtems_rate_monotonic_get_status() directive returns an arbitrary
number for the count of postponed jobs if it is called for a newly
created period object. Set the count of postponed jobs to zero during
object creation.

Close #4512.

Note: See TracTickets for help on using tickets.