RTEMS Logo

RTEMS 4.10.2 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_DELETE - Delete a rate monotonic period

PREV UP NEXT Bookshelf RTEMS C User's Guide

19.4.4: RATE_MONOTONIC_DELETE - Delete a rate monotonic period

CALLING SEQUENCE:

rtems_status_code rtems_rate_monotonic_delete(
  rtems_id id
);

DIRECTIVE STATUS CODES:

RTEMS_SUCCESSFUL - period deleted successfully
RTEMS_INVALID_ID - invalid rate monotonic period id

DESCRIPTION:

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.

NOTES:

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.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation