Hi, Are all functions in MicroLib non-reentrant? If some of the functions are reentrant, can we refer to the table in 4.59 Thread-safe C library functions? www.keil.com/.../armlib_chr1359122864458.htm
I think it applies to "The C and C++ Library Functions reference", but I'm not sure if it also apply to MicroLib.
Thanks.
Hi, For example, memcmp() and memcpy() are thread-safe in "Table 4-1 Functions that are thread-safe". Can I say that memcmp() and memcpy() are NOT guaranteed thread-safe in MicroLIB?
Yes.
Hi Robert and Kevin, Thanks for your reply.