[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:47:28 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: | Blocked By:
Blocking: |
-------------------------+---------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"c64c638f6dee6c0e92804bbe378ff91cc75f620e/rtems"
c64c638/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="c64c638f6dee6c0e92804bbe378ff91cc75f620e"
posix: 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:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list