procedure Task_Variable_Delete ( ID : in RTEMS.ID; Task_Variable : out 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.INVALID_ADDRESS
- task_variable
is NULL
RTEMS.ILLEGAL_ON_REMOTE_OBJECT
- not supported on remote tasks
This directive removes the given location from a task's context.
NONE
Copyright © 1988-2008 OAR Corporation