OAR

RTEMS 4.5.1-pre3 On-Line Library


Dual-Ported Memory Manager PORT_DELETE - Delete a port

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

15.4.3: PORT_DELETE - Delete a port

CALLING SEQUENCE:

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

DIRECTIVE STATUS CODES:

RTEMS.SUCCESSFUL - port deleted successfully
RTEMS.INVALID_ID - invalid port id

DESCRIPTION:

This directive deletes the dual-ported memory area specified by id. The DPCB for the deleted dual-ported memory area is reclaimed by RTEMS.

NOTES:

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

The calling task does not have to be the task that created the port. Any local task that knows the port id can delete the port.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2000 OAR Corporation