procedure Rate_Monotonic_Cancel ( ID : in RTEMS.ID; Result : out RTEMS.Status_Codes );
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