How can I get task handle from any function?

I need some identification of ranning task in any place of my code.something like: xTaskHandle GetCurrentTaskHandle(void). I build my own acces synchronization and i need uniq id of task. Jaromir

How can I get task handle from any function?

Take a look at this thread. https://sourceforge.net/forum/forum.php?thread_id=1311096&forum_id=382005 With relation to some of the discussion, there will be an lwIP demo released on Sept 1st. Regards.

How can I get task handle from any function?

Tanks for fast response! Best regards, Jaromir