OS_IPC_PROTECT_INT_CTRL Definition

The OS_IPC_PROTECT_INT_CTRL flag defines the access synchronization method for the specified IPC object. When this flag is specified, synchronization is achieved by disabling interrupts. This is the default synchronization mode if no other method is explicitly defined. This flag may be specified during IPC object creation in the Mode parameter of the osCreateStream, osCreateQueue, or osCreateMailbox functions.

SpaceShadow documentation