rtems_status_code rtems_rate_monotonic_cancel( rtems_id id );
RTEMS_SUCCESSFUL
- period canceled successfully
RTEMS_INVALID_ID
- invalid rate monotonic period id
RTEMS_NOT_OWNER_OF_RESOURCE
- rate monotonic period not created by calling task
This directive cancels the rate monotonic period id.
This period will be reinitiated by the next invocation of
rtems_rate_monotonic_period
with id.
This directive will not cause the running task to be preempted.
The rate monotonic period specified by id must have been created by the calling task.
Copyright © 1988-2008 OAR Corporation