RTEMS 6.1-rc1
Functions
watchdogtick.c File Reference

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. More...
 
void _Watchdog_Tick (Per_CPU_Control *cpu)
 Performs a watchdog tick. More...
 

Detailed Description

This source file contains the implementation of _Watchdog_Do_tickle() and _Watchdog_Tick().