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.

Listing of Standard Library Thread safe functions

Other Parts Discussed in Thread: TMS320F2812

Hello,
     I am using the following standard C functions in my code while using the DSP/Bios.  I am not using these functions in an interrupt.  My question is, are these functions thread safe?  Is there a listing in any documentation that notes what standard C library functions are safe?

sprintf
strtok
strcmp
strncmp
strcat
strlen
strcpy

    I am using the TMS320F2812 part with code composer studio version 2.21.13

Thank you