#3264 closed defect (fixed)
Add monotonic watchdog based on uptime
Reported by: | Sebastian Huber | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | score | Version: | 5 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The CLOCK_MONOTONIC time services use currently the clock tick based watchdog. This is a problem in case the uptime (measured via the timercounter) and the ticks since boot drift away (measured via the clock ticks). Introduce a new watchdog which uses the uptime. The memory overhead is quite small (two pointers per processor).
Change History (4)
comment:1 Changed on 02/02/18 at 14:20:36 by Sebastian Huber <sebastian.huber@…>
comment:3 Changed on 02/02/18 at 14:21:00 by Sebastian Huber <sebastian.huber@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In 9480815a/rtems:
comment:4 Changed on 02/05/18 at 10:39:52 by Sebastian Huber <sebastian.huber@…>
Note: See
TracTickets for help on using
tickets.
In 89c0313/rtems: