RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_rate_monotonic_period_states(). More...
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/todimpl.h>
Functions | |
void | _Rate_monotonic_Get_status (const Rate_monotonic_Control *the_period, Timestamp_Control *wall_since_last_period, Timestamp_Control *cpu_since_last_period) |
Gets the rate monotonic CPU usage status. | |
void | _Rate_monotonic_Restart (Rate_monotonic_Control *the_period, Thread_Control *owner, ISR_lock_Context *lock_context) |
rtems_status_code | rtems_rate_monotonic_period (rtems_id id, rtems_interval length) |
Concludes the current period and start the next period, or gets the period status. | |
This source file contains the implementation of rtems_rate_monotonic_period_states().