procedure Task_Variable_Delete ( Id : in RTEMS.ID; Ptr : in RTEMS.Address; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL
- per task variable added successfully
RTEMS.INVALID_ID
- invalid task id
RTEMS.NO_MEMORY
- invalid task id
RTEMS.ILLEGAL_ON_REMOTE_OBJECT
- not supported on remote tasks
This directive removes the given location from a task's context.
NONE
Copyright © 1988-2000 OAR Corporation