noun
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.