This commit is contained in:
Marco Realacci 2025-03-10 09:21:12 +01:00
parent 9698163336
commit b5ea48eee8
2 changed files with 6 additions and 5 deletions

View file

@ -144,4 +144,5 @@ unlock(i) :=
```
Se il ticket number è minore si ottiene l'accesso, se il ticket number è uguale, allora si vede il process ID minore.
It is possible that while reading, other processes are writing their turn! So it's possible that I read something unpredictable!
> It is possible that while reading, other processes are writing their turn! So it's possible that I read something unpredictable! We need to consider it in the proofs.