procedure Extension_Delete ( ID : in RTEMS.ID; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL
- extension set deleted successfully
RTEMS.INVALID_ID
- invalid extension set id
This directive deletes the extension set specified by id. If the extension set is running, it is automatically canceled. The ESCB for the deleted extension set is reclaimed by RTEMS.
This directive will not cause the running task to be preempted.
A extension set can be deleted by a task other than the task which created the extension set.
This directive will not cause the running task to be preempted.
Copyright © 1988-2008 OAR Corporation