procedure Rate_Monotonic_Delete ( ID : in RTEMS.ID; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL
- period deleted successfully
RTEMS.INVALID_ID
- invalid rate monotonic period id
This directive deletes the rate monotonic period specified by id. If the period is running, it is automatically canceled. The PCB for the deleted period is reclaimed by RTEMS.
This directive will not cause the running task to be preempted.
A rate monotonic period can be deleted by a task other than the task which created the period.
Copyright © 1988-2008 OAR Corporation