vault backup: 2025-03-03 10:11:24
This commit is contained in:
parent
70c554d9fa
commit
11d3ba7399
4 changed files with 15 additions and 4 deletions
8
.obsidian/workspace.json
vendored
8
.obsidian/workspace.json
vendored
|
@ -36,9 +36,9 @@
|
|||
"type": "pdf",
|
||||
"state": {
|
||||
"file": "Concurrent Systems/slides/class 1.pdf",
|
||||
"page": 7,
|
||||
"page": 11,
|
||||
"left": -22,
|
||||
"top": 1,
|
||||
"top": 23,
|
||||
"zoom": 0.7036817102137768
|
||||
},
|
||||
"icon": "lucide-file-text",
|
||||
|
@ -220,6 +220,8 @@
|
|||
},
|
||||
"active": "bfdcb298848e6147",
|
||||
"lastOpenFiles": [
|
||||
"Pasted image 20250303100953.png",
|
||||
"Pasted image 20250303100721.png",
|
||||
"Pasted image 20250303093116.png",
|
||||
"Concurrent Systems/notes/images",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250303090135.png",
|
||||
|
@ -264,8 +266,6 @@
|
|||
"Biometric Systems/images/Pasted image 20241212094046.png",
|
||||
"Biometric Systems/images/Pasted image 20241212094016.png",
|
||||
"Biometric Systems/images/Pasted image 20241212093900.png",
|
||||
"Biometric Systems/images/Pasted image 20241212084349.png",
|
||||
"Biometric Systems/images/Pasted image 20241212094000.png",
|
||||
"Senza nome.canvas"
|
||||
]
|
||||
}
|
|
@ -164,4 +164,15 @@ unlock(i) :=
|
|||
|
||||
##### MUTEX proof
|
||||
Assume p0 and p1 are simultaneously in the CS.
|
||||
|
||||
How has p0 entered its CS?
|
||||
a) `FLAG[1] = down`, this is possible only with the following interleaving:
|
||||
![[Pasted image 20250303100721.png]]
|
||||
|
||||
b) `AFTER_YOU = 1`, this is possible only with the following interleaving:
|
||||
![[Pasted image 20250303100953.png]]
|
||||
|
||||
##### Bounded Bypass proof (with bound = 1)
|
||||
If the wait condition is true, then it wins (and waits 0).
|
||||
|
||||
Otherwise, i
|
BIN
Pasted image 20250303100721.png
Normal file
BIN
Pasted image 20250303100721.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
Pasted image 20250303100953.png
Normal file
BIN
Pasted image 20250303100953.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in a new issue