Is there a quick reference list of functions that are re-entrant safe and thread (task) safe? Or is 'everything' MQX safe?
Example, I am reading / writing to all three comm's ports and need to be sure what is/isnt re entrant / thread safe.
已解决! 转到解答。
All mqx functions are thread-safe. Refer to the "Traits" section of the MQX reference manual for any particular function restrictions.
在原帖中查看解决方案