22 #ifndef _RTEMS_SCORE_WATCHDOG_H 23 #define _RTEMS_SCORE_WATCHDOG_H 105 #if defined(RTEMS_SMP)
uint64_t expire
This field is the expiration time point.
Definition: watchdog.h:114
The control block used to manage each watchdog timer.
Definition: watchdog.h:87
void Watchdog_Service_routine
Return type from a Watchdog Service Routine.
Definition: watchdog.h:55
Red-black tree node.
Definition: rbtree.h:50
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:102
Watchdog_Service_routine_entry routine
This field is the function to invoke.
Definition: watchdog.h:111
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:96
Per CPU Core Structure.
Definition: percpu.h:290
Constants and Structures Associated with the Red-Black Tree Handler.
union Watchdog_Control::@3983 Node
Nodes for the watchdog.
Watchdog_Service_routine(* Watchdog_Service_routine_entry)(Watchdog_Control *)
Pointer to a watchdog service routine.
Definition: watchdog.h:63