Exit Handler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Exit Handler

965 Views
emanueletrapani
Contributor III

Hi,

i would to know how to use the exit handler. i define it correctly and it run when a _task_abort call is done.

my question is: can i have acces (modify,destroy,free) to the local variables (or resources) of the (child) task i want to abort, through exit handler?

through the function _task_get_param(), i used in the exit handler definition, i had acces to the parameter gived to the child task from the parent task.

is there a way to acces from the exit handler to local variables of child task i want to abort?

0 Kudos
Reply
2 Replies

832 Views
soledad
NXP Employee
NXP Employee

Hello Emanuele,

Please check the below thread and let me know if this helps !

_task_abort get stuck


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

832 Views
emanueletrapani
Contributor III

thank you for the reply, there are some useful information.

0 Kudos
Reply