RTEMS CPU Kit with SuperCore  4.11.3
Functions
timercreate.c File Reference

Create a Per-Process Timer. More...

#include <time.h>
#include <errno.h>
#include <signal.h>
#include <rtems/system.h>
#include <rtems/seterr.h>
#include <rtems/score/thread.h>
#include <rtems/posix/sigset.h>
#include <rtems/posix/timerimpl.h>
#include <rtems/score/watchdogimpl.h>
Include dependency graph for timercreate.c:

Functions

int timer_create (clockid_t clock_id, struct sigevent *__restrict evp, timer_t *__restrict timerid)
 

Detailed Description

Create a Per-Process Timer.