xQueueSendToBack from two different tasks

not_used_name wrote on Sunday, January 06, 2008:

Didn’t find anything about this when searching the forum.

If I have two different tasks submitting messages to the same queue, do I have to use mutexes to protect the adding of data or is that done within the function?

Thx,

Dre

rtel wrote on Monday, January 07, 2008:

No mutexes required - all the mutual exclusion is handled within the queue itself.

Regards.