# Lock Ownership

> The requirement that a lock be exclusively held by one actor for the duration of a critical section.

Record: `lex:lock-ownership`
Kind: constraint
Layer: [Atomic Boundary](https://banes-lab.com/records/layer/atomic-boundary.md)
Canonical: https://banes-lab.com/ontology/lexicon#lex-lock-ownership

## category

- [Transactions / State / Concurrency](https://banes-lab.com/records/lex-category/transactions-state-concurrency.md)

## referenced-by

- [Pessimistic Locking](https://banes-lab.com/records/arch/pessimistic-locking.md)
