RTEMS Logo

RTEMS 4.9.2 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_CANCEL - Cancel a period

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

19.4.3: RATE_MONOTONIC_CANCEL - Cancel a period

CALLING SEQUENCE:

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

DIRECTIVE 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

DESCRIPTION:

This directive cancels the rate monotonic period id. This period will be reinitiated by the next invocation of rtems.rate_monotonic_period with id.

NOTES:

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.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation