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.

TMS320F28075: Is MessageQ_alloc thread-safe?

Part Number: TMS320F28075

Hi,

I'm using TIRTOS IPC library functions on TMS320F28M35H52C processor.

For that purpose I'm calling the MessageQ_alloc function.

This function might be called from two concurrent threads.

Is it thread-safe or should I use some mutex or othre synchronization object to protect  this call?

Thank you,

Yoav