When a region is created, RTEMS generates a unique
region ID and assigns it to the created region until it is
deleted. The region ID may be obtained by either of two
methods. First, as the result of an invocation of the
rtems.region_create
directive,
the region ID is stored in a user
provided location. Second, the region ID may be obtained later
using the rtems.region_ident
directive.
The region ID is used by other region manager directives to
access this region.
Copyright © 1988-2008 OAR Corporation