22 #ifndef _RTEMS_SCORE_WATCHDOG_H 23 #define _RTEMS_SCORE_WATCHDOG_H 108 #if defined(RTEMS_SMP) union Watchdog_Control::@33 Node
Nodes for the watchdog.
Watchdog_Service_routine(* Watchdog_Service_routine_entry)(Watchdog_Control *)
Pointer to a watchdog service routine.
struct Per_CPU_Control * cpu
This field references the processor of this watchdog control.
uint64_t expire
This field is the expiration time point.
The control block used to manage each watchdog timer.
Constants and Structures Associated with the Red-Black Tree Handler.
Chain_Node Chain
this field is a chain node structure and allows this to be placed on a chain used to manage pending w...
Watchdog_Service_routine_entry routine
This field is the function to invoke.
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...
void Watchdog_Service_routine
Return type from a Watchdog Service Routine.
This header file provides basic definitions used by the API and the implementation.