RTEMS CPU Kit with SuperCore
4.11.3
|
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>
Functions | |
void | _POSIX_Timer_TSR (Objects_Id timer, void *data) |
POSIX Timer Manager Timer Service Routine Helper. More... | |
Operation that is run when a timer expires.
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.