x
This commit is contained in:
parent
9698163336
commit
b5ea48eee8
2 changed files with 6 additions and 5 deletions
8
.obsidian/workspace.json
vendored
8
.obsidian/workspace.json
vendored
|
@ -34,10 +34,10 @@
|
||||||
"type": "pdf",
|
"type": "pdf",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Concurrent Systems/slides/class 3.pdf",
|
"file": "Concurrent Systems/slides/class 3.pdf",
|
||||||
"page": 7,
|
"page": 8,
|
||||||
"left": -27,
|
"left": -26,
|
||||||
"top": 250,
|
"top": 147,
|
||||||
"zoom": 0.5754156769596199
|
"zoom": 0.57541567695962
|
||||||
},
|
},
|
||||||
"icon": "lucide-file-text",
|
"icon": "lucide-file-text",
|
||||||
"title": "class 3"
|
"title": "class 3"
|
||||||
|
|
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue