Critical Section|Exclusive execution|Atomicity
A critical section is a piece of code where shared data is accessed.
Only one thread should execute this area at a time. Multiple CPUs and multiple kernel threads may access the same memory at the sam
devnation.joshisfitness.com2 min read