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, \
Constants and Structures Associated with Watchdog Timers.
Objects_Information _POSIX_Timer_Information
The POSIX Timer objects information.
Object Handler Data Structures.
POSIX Threads Private Support.
Definition: objectdata.h:39
The control block used to manage each watchdog timer.
Definition: watchdog.h:90