RTEMS 6.1-rc4
|
This source file contains the implementation of _Watchdog_Do_tickle() and _Watchdog_Tick(). More...
#include <rtems/score/watchdogimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/timecounter.h>
Functions | |
void | _Watchdog_Do_tickle (Watchdog_Header *header, Watchdog_Control *first, uint64_t now, ISR_lock_Context *lock_context) |
Calls the routine of each not expired watchdog control node. | |
void | _Watchdog_Tick (Per_CPU_Control *cpu) |
Performs a watchdog tick. | |
This source file contains the implementation of _Watchdog_Do_tickle() and _Watchdog_Tick().