OAR

RTEMS 4.5.1-pre3 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_DELETE - Delete a rate monotonic period

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

19.4.4: RATE_MONOTONIC_DELETE - Delete a rate monotonic period

CALLING SEQUENCE:

procedure Rate_Monotonic_Delete (
   ID     : in     RTEMS.ID;
   Result :    out RTEMS.Status_Codes
);

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 Ada User's Guide

Copyright © 1988-2000 OAR Corporation