[RTEMS Project] #4690: CLOCK_REALTIME thread queue not updated as part of clock_settime call
RTEMS trac
trac at rtems.org
Thu Aug 4 05:53:26 UTC 2022
#4690: CLOCK_REALTIME thread queue not updated as part of clock_settime call
---------------------------+---------------------
Reporter: Chris Johns | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 6.1
Component: score | Version: 6
Severity: normal | Resolution:
Keywords: qualification | Blocked By:
Blocking: |
---------------------------+---------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"11121d0280b9f8ebb45d3793f14e10cd4062c4bf/rtems-central"
11121d0/rtems-central]:
{{{
#!CommitTicketReference repository="rtems-central"
revision="11121d0280b9f8ebb45d3793f14e10cd4062c4bf"
spec: Fix relative CLOCK_REALTIME sleep
A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME
changes through clock_settime(). Since our CLOCK_REALTIME is basically
just
CLOCK_MONOTONIC plus an offset, we can simply use the CLOCK_MONOTONIC
watchdog
for relative CLOCK_REALTIME time outs.
Update #4690.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4690#comment:6>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list