vault backup: 2025-03-10 22:18:12

This commit is contained in:
Marco Realacci 2025-03-10 22:18:12 +01:00
parent 97bb4e0469
commit a67c8416a2
2 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ unlock() :=
return
```
>[!note] a>It is bounded bypass with bound n-1>
>[!note] It is bounded bypass with bound n-1>
### Safe registers
Atomic R/W and specialized HW primitives provide some form of atomicity. But is it possible to enforce MUTEX without atomicity?