RTEMS CPU Kit with SuperCore
4.11.3
|
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>
Functions | |
int | timer_create (clockid_t clock_id, struct sigevent *__restrict evp, timer_t *__restrict timerid) |
Create a Per-Process Timer.