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!
As far as I know, the library in question was the one installed together with Code Composer Studio 5.
Looking through the source code making up the rtsv7M3_T_le_eabi_eh.lib library, I'm struggeling finding the answer to the following question:
Is the string class implemented thread-safe? I guess it comes down to whether new and malloc is thread-safe or not.
Any help would be highly appreciated