OS_QUEUE_PROTECT_MUTEX Definition

This constant determines whether synchronization via mutex objects is enabled for queue objects. When this constant is set to 1, the feature is available; it is unavailable when set to 0. By default, this feature is enabled (set to 1). If this functionality is not required, it may be disabled to reduce the memory footprint of the output code. For more information, please refer to the queue objects section.

SpaceShadow documentation