alf_task_desc_destroy - Destroys the specified task descriptor and frees up the resources associated with this task descriptor.
int alf_task_desc_destroy (alf_task_desc_handle_t task_desc_handle);
Parameters | |
task_desc_handle [IN/OUT] | Handle to a task descriptor. This data structure is destroyed when it returns from this call. |
This function destroys the specified task descriptor and frees up the resources associated with this task descriptor. A task descriptor cannot be destroyed if it is being used by a task. An attempt to destroy an occupied task descriptor results in an error.
0 | Successful |
less than 0 | Errors occurred:
|