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

Operation that is run when a timer expires. More...

#include <time.h>
#include <pthread.h>
#include <signal.h>
#include <rtems/posix/ptimer.h>
#include <rtems/posix/timerimpl.h>
#include <rtems/score/todimpl.h>
Include dependency graph for timertsr.c:

Functions

void _POSIX_Timer_TSR (Objects_Id timer, void *data)
 POSIX Timer Manager Timer Service Routine Helper. More...
 

Detailed Description

Operation that is run when a timer expires.

Function Documentation

◆ _POSIX_Timer_TSR()

void _POSIX_Timer_TSR ( Objects_Id  timer,
void *  data 
)

POSIX Timer Manager Timer Service Routine Helper.

This is the operation that is run when a timer expires.

References _POSIX_Timer_Insert_helper(), and Objects_Control::id.