A lock that prevents other processes from accessing something at the same time.
A lock for mutual exclusion that prohibits other transactions from reading or writing the target data. Unlike a shared lock, only one transaction can hold it at a time.
© 2026 ITBGM