summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/watchdogimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-26/+26
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill1-3/+22
2021-10-25score: Simplify _Watchdog_Next_first()Sebastian Huber1-19/+36
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber1-0/+16
2021-02-01score: Fix implicit type conversionSebastian Huber1-1/+1
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-4/+2
2019-05-13doxygen: score: adjust doc in watchdogimpl.h to doxygen guidelinesAndreas Dachsberger1-8/+198
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-12-07score: Avoid sbintime_t in API headersSebastian Huber1-3/+1
2018-11-12score: Introduce <rtems/score/watchdogticks.h>Sebastian Huber1-0/+1
2018-02-02score: Introduce new monotonic clockSebastian Huber1-78/+14
2018-02-02score: Rename _Watchdog_Realtime_from_*()Sebastian Huber1-3/+3
2018-02-02score: Optimize watchdog tickleSebastian Huber1-20/+12
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-11-02posix: Use far future for very long timeoutsSebastian Huber1-0/+30
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-0/+5
2017-10-24score: _Watchdog_Per_CPU_lazy_insert_monotonic()Sebastian Huber1-0/+25
2017-10-24score: Add _Watchdog_Monotonic_from_timespec()Sebastian Huber1-0/+16
2017-10-24score: _Watchdog_Is_far_future_monotonic_timespecSebastian Huber1-0/+7
2017-10-24score: Add _Watchdog_Is_valid_interval_timespec()Sebastian Huber1-0/+7
2017-10-24score: _Watchdog_Is_far_future_realtime_timespec()Sebastian Huber1-9/+32
2017-10-24score: Rename _Watchdog_Ticks_from_*()Sebastian Huber1-3/+3
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-10/+10
2016-11-03score: Add _Watchdog_Ticks_from_sbintimeSebastian Huber1-0/+12
2016-07-26score: FormatSebastian Huber1-17/+15
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-19/+19
2016-06-24score: Silence integer conversion warningsSebastian Huber1-1/+1
2016-06-22score: Modify release job scheduler operationSebastian Huber1-2/+6
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-334/+267
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber1-3/+4
2016-02-17score: Avoid SCORE_EXTERNSebastian Huber1-2/+2
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber1-1/+22
2015-06-13score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber1-14/+0
2015-05-20timecounter: Use in RTEMSAlexander Krutwig1-0/+7
2015-05-19score: New timer server implementationSebastian Huber1-13/+46
2015-05-19score: Move _Watchdog_Tickle()Sebastian Huber1-10/+0
2015-05-19score: Add Watchdog_IteratorSebastian Huber1-16/+42
2015-05-19score: Add _Watchdog_Acquire|Release|Flash()Sebastian Huber1-0/+30
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber1-1/+17
2015-04-16score: Delete unused WATCHDOG_MAXIMUM_INTERVALSebastian Huber1-8/+0
2015-04-14score: Rename _Watchdog_Reset()Sebastian Huber1-1/+1
2015-04-13score: Add Watchdog_HeaderSebastian Huber1-19/+43
2015-04-13score: Split _Watchdog_Adjust()Sebastian Huber1-58/+20
2014-08-25rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber1-8/+0
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber1-39/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-08-01score: Move nanoseconds since last tick supportSebastian Huber1-16/+0
2013-07-22score: Add WATCHDOG_INITIALIZER()Sebastian Huber1-0/+13
2013-07-22score: Create watchdog implementation headerSebastian Huber1-121/+243