rtems_status_code rtems_rate_monotonic_ident( rtems_name name, rtems_id *id );
RTEMS_SUCCESSFUL
- period identified successfully
RTEMS_INVALID_NAME
- period name not found
This directive obtains the period id associated with the period name to be acquired. If the period name is not unique, then the period id will match one of the periods with that name. However, this period id is not guaranteed to correspond to the desired period. The period id is used to access this period in other rate monotonic manager directives.
This directive will not cause the running task to be preempted.
Copyright © 1988-2008 OAR Corporation