RTEMS CPU Kit with SuperCore
|
Rate Monotonic Support. More...
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/watchdogimpl.h>
Functions | |
bool | _Rate_monotonic_Get_status (Rate_monotonic_Control *the_period, Rate_monotonic_Period_time_t *wall_since_last_period, Thread_CPU_usage_t *cpu_since_last_period) |
_Rate_monotonic_Get_status( More... | |
void | _Rate_monotonic_Initiate_statistics (Rate_monotonic_Control *the_period) |
Initiate Rate Monotonic Statistics. More... | |
rtems_status_code | rtems_rate_monotonic_period (rtems_id id, rtems_interval length) |
RTEMS Rate Monotonic Period. More... | |
Rate Monotonic Support.