RTEMS Logo

RTEMS 4.7.2 On-Line Library


Timer Manager timer_create - Create a Per-Process Timer

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

15.4.1: timer_create - Create a Per-Process Timer

CALLING SEQUENCE:

#include <time.h>
#include <signal.h>

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

STATUS CODES:

EXXX -

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2004 OAR Corporation