22#ifndef _RTEMS_SCORE_WATCHDOG_H
23#define _RTEMS_SCORE_WATCHDOG_H
108#if defined(RTEMS_SMP)
void Watchdog_Service_routine
Return type from a Watchdog Service Routine.
Definition: watchdog.h:58
Watchdog_Service_routine(* Watchdog_Service_routine_entry)(Watchdog_Control *)
Pointer to a watchdog service routine.
Definition: watchdog.h:66
Constants and Structures Associated with the Red-Black Tree Handler.
Per CPU Core Structure.
Definition: percpu.h:347
Red-black tree node.
Definition: rbtree.h:55
The control block used to manage each watchdog timer.
Definition: watchdog.h:90
RBTree_Node RBTree
this field is a red-black tree node structure and allows this to be placed on a red-black tree used t...
Definition: watchdog.h:99
uint64_t expire
This field is the expiration time point.
Definition: watchdog.h:117
union Watchdog_Control::@3988 Node
Nodes for the watchdog.
Watchdog_Service_routine_entry routine
This field is the function to invoke.
Definition: watchdog.h:114
Chain_Node Chain
this field is a chain node structure and allows this to be placed on a chain used to manage pending w...
Definition: watchdog.h:105