Critical Section
- Operating Systems A Concept-Based Approach, Dhamdhere p.170
A critical section for a data item, is a section of code that is designed so that it cannot be executed concurrently either with itself or with other critical section for that data item.
This means that if some process