RTEMS
5.0.0
|
#include <ratemon.h>
Data Fields | |
rtems_id | owner |
rtems_rate_monotonic_period_states | state |
struct timespec | since_last_period |
struct timespec | executed_since_last_period |
uint32_t | postponed_jobs_count |
The following defines the period status structure.
struct timespec rtems_rate_monotonic_period_status::executed_since_last_period |
This is the amount of CPU time that has been used since this period was last initiated. If the period is expired or has not been initiated, then this field has no meaning.
rtems_id rtems_rate_monotonic_period_status::owner |
This is the Id of the thread using this period.
uint32_t rtems_rate_monotonic_period_status::postponed_jobs_count |
This is the count of postponed jobs of this period.
struct timespec rtems_rate_monotonic_period_status::since_last_period |
This is the length of wall time that has passed since this period was last initiated. If the period is expired or has not been initiated, then this field has no meaning.
rtems_rate_monotonic_period_states rtems_rate_monotonic_period_status::state |
This is the current state of this period.