Consistency – CC
Scheduling algorithms determine the order in which tasks are executed in a concurrent system. These algorithms aim to balance CPU utilization, responsiveness, and fairness among tasks to optimize system performance.
Codequoi: Threads, Mutexes and Concurrent Programming in C
Structured Parallel Programming by Michael McCool, Arch D. Robison and James Reinders: Chapter 2.3 Mechanisms