Definition
Critical Region
A critical region is the shared data or resources accessed within a critical section. While the critical section is code, the critical region is the data itself.
Access to the critical region must be serialised via mutual exclusion to maintain consistency.