RTEMS CPU Kit with SuperCore  4.11.3
Functions
ptimer.h File Reference

POSIX Timers Private Support. More...

#include <rtems/posix/config.h>
Include dependency graph for ptimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void _POSIX_Timer_Manager_initialization (void)
 POSIX Timer Manager Initialization. More...
 
int timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
 Create a Per-Process Timer.
 
int timer_delete (timer_t timerid)
 Delete a Per-Process Timer.
 
int timer_settime (timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue)
 Set a Per-Process Timer.
 
int timer_gettime (timer_t timerid, struct itimerspec *value)
 Set a Per-Process Timer.
 
int timer_getoverrun (timer_t timerid)
 Get overrun count for a Per-Process Timer. More...
 

Detailed Description

POSIX Timers Private Support.

This include file contains all the private support information for POSIX timers.