rtems_status_code rtems_rate_monotonic_delete( rtems_id id );
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