RTEMS Logo

RTEMS 4.10.2 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_CANCEL - Cancel a period

PREV UP NEXT Bookshelf RTEMS C User's Guide

19.4.3: RATE_MONOTONIC_CANCEL - Cancel a period

CALLING SEQUENCE:

rtems_status_code rtems_rate_monotonic_cancel(
  rtems_id id
);

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

Copyright © 1988-2008 OAR Corporation