Hi,
Is there a BIOS api to change thread name at a later point. Right now we would like to create a thread with generic name and at some later point change it to more meaning full name.
Thanks,
AniL
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Is there a BIOS api to change thread name at a later point. Right now we would like to create a thread with generic name and at some later point change it to more meaning full name.
Thanks,
AniL
AniL,
I don't think you can do what you do because the Task name is not stored on the target so at runtime you cannot set the name.
Judah
AniL,
Let me correct myself. The Task name is not part of the Task object. Thats why i didn't think it was loaded onto the target, but instead the name seems to be stored away by the XDC tools somewhere else only for statically created objects. Obviously there's no API to change this name otherwise, I would have given it to you.
I suppose if you actually found where the name is being stored in memory you can overwrite the memory but I don't know how you can find where the name is stored since this isn't documented. Bottom line is, It wasn't meant for a name to be changed at runtime.
Judah