When this constant is set to 1, mutex objects are enabled for use. If mutexes are not required by the application, this value can be set to 0 to reduce the memory footprint of the output code. If the constant is not defined, the default value is 1.
Furthermore, if all objects that utilize critical sections are excluded from the compilation, the system features for managing critical sections will be disabled, significantly reducing the final size of the output code.
| Version: | 1.0 |
|---|---|
| See also: | mutexes |