RTEMS Logo

RTEMS 4.10.2 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_CREATE - Create a rate monotonic period

PREV UP NEXT Bookshelf RTEMS C User's Guide

19.4.1: RATE_MONOTONIC_CREATE - Create a rate monotonic period

CALLING SEQUENCE:

rtems_status_code rtems_rate_monotonic_create(
  rtems_name  name,
  rtems_id   *id
);

DIRECTIVE STATUS CODES:

RTEMS_SUCCESSFUL - rate monotonic period created successfully
RTEMS_INVALID_NAME - invalid period name
RTEMS_TOO_MANY - too many periods created

DESCRIPTION:

This directive creates a rate monotonic period. The assigned rate monotonic id is returned in id. This id is used to access the period with other rate monotonic manager directives. For control and maintenance of the rate monotonic period, RTEMS allocates a PCB from the local PCB free pool and initializes it.

NOTES:

This directive will not cause the calling task to be preempted.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation