RTEMS
5.0.0
|
POSIX Timers Private Support. More...
#include <rtems/posix/config.h>
Go to the source code of this file.
Functions | |
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... | |
POSIX Timers Private Support.
This include file contains all the private support information for POSIX timers.