38#ifndef _RTEMS_POSIX_TIMER_H
39#define _RTEMS_POSIX_TIMER_H
66 struct itimerspec timer_data;
86#define POSIX_TIMER_INFORMATION_DEFINE( max ) \
87 OBJECTS_INFORMATION_DEFINE( \
90 OBJECTS_POSIX_TIMERS, \
91 POSIX_Timer_Control, \
93 OBJECTS_NO_STRING_NAME, \
This header file provides interfaces of the Watchdog Handler which are used by the implementation and...
Objects_Information _POSIX_Timer_Information
The POSIX Timer objects information.
int _POSIX_Timer_Is_allowed(clockid_t clock_id)
Follow POSIX or FACE Technical Standard on timer_create.
Definition: psxtimercreate.c:54
This header file provides data structures used by the implementation and the Application Configuratio...
POSIX Threads Private Support.
Definition: objectdata.h:61
The control block used to manage each watchdog timer.
Definition: watchdog.h:109