exclusive control; mutual exclusion
Computing term for ensuring that only one process or thread accesses a shared resource at a time, preventing race conditions.
Data consistency is maintained through exclusive control.
In this system, exclusive control is implemented to prevent simultaneous writes to the file.