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

Deletes a POSIX Interval Timer. More...

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

Functions

int timer_delete (timer_t timerid)
 Delete a Per-Process Timer.
 

Detailed Description

Deletes a POSIX Interval Timer.