Consistency – CC
Common synchronization techniques include locks, semaphores, and monitors. These mechanisms help coordinate the execution of concurrent tasks, ensuring that shared resources are accessed in a controlled and consistent manner.
LinkedIn Article by Yeshwanth Nagaraj: Thread Synchronization Techniques: Ensuring Order in Concurrent Worlds
Structured Parallel Programming by Michael McCool, Arch D. Robison and James Reinders: Chapter 2.3 Mechanisms