19 #ifndef _RTEMS_POSIX_TIMER_H    20 #define _RTEMS_POSIX_TIMER_H    47   struct itimerspec timer_data; 
    66 #define POSIX_TIMER_INFORMATION_DEFINE( max ) \    67   OBJECTS_INFORMATION_DEFINE( \    70     OBJECTS_POSIX_TIMERS, \    71     POSIX_Timer_Control, \    73     OBJECTS_NO_STRING_NAME, \ Definition: objectdata.h:39
 
Objects_Information _POSIX_Timer_Information
The POSIX Timer objects information.
 
The control block used to manage each watchdog timer.
Definition: watchdog.h:90
 
POSIX Threads Private Support.
 
Object Handler Data Structures.
 
Constants and Structures Associated with Watchdog Timers.