Consistency – CC
The purpose of synchronization is to ensure that multiple threads or processes do not access shared resources simultaneously, which could lead to inconsistencies or data corruption. Synchronization ensures safe and orderly access to shared resources.
Lenovo Glossary: How does synchronization work in concurrent programming?
Geeks For Geeks Article: Introduction of Process Synchronization