RTEMS 6.1-rc6
|
This source file contains the definition of DeleteTimerServer(). More...
#include "tx-support.h"
#include <rtems/test.h>
#include <rtems/rtems/timerimpl.h>
#include <rtems/score/todimpl.h>
Functions | |
rtems_id | GetTimerServerTaskId (void) |
Return the task id of the timer server task. | |
bool | DeleteTimerServer (void) |
Undo the effects of rtems_timer_initiate_server() | |
Timer_Classes | GetTimerClass (rtems_id id) |
Get the clock and context of a timer from RTEMS internal data. | |
void | GetTimerSchedulingData (rtems_id id, Timer_Scheduling_Data *data) |
Get data related to scheduling a timer service routine from RTEMS internal structures. | |
Timer_States | GetTimerState (rtems_id id) |
Get the state of a timer from RTEMS internal data. | |
void | UnsetClock (void) |
Mark the realtime clock as never set. | |
This source file contains the definition of DeleteTimerServer().