RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Structures | Macros | Functions | Variables
timer.h File Reference

POSIX Timers Internal Support. More...

#include <rtems/score/objectdata.h>
#include <rtems/score/watchdog.h>
#include <pthread.h>

Go to the source code of this file.

Data Structures

struct  POSIX_Timer_Control
 

Macros

#define POSIX_TIMER_INFORMATION_DEFINE(max)
 Macro to define the objects information for the POSIX Timer objects.
 

Functions

int _POSIX_Timer_Is_allowed (clockid_t clock_id)
 Follow POSIX or FACE Technical Standard on timer_create.
 

Variables

Objects_Information _POSIX_Timer_Information
 The POSIX Timer objects information.
 

Detailed Description

POSIX Timers Internal Support.

This include files defines the internal support for implementation of POSIX Timers.