rtems_status_code rtems_task_variable_delete( rtems_id id, void **task_variable );
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