vault backup: 2025-04-05 00:05:05
This commit is contained in:
parent
188ce54fa2
commit
a99d09af0c
3 changed files with 5 additions and 5 deletions
2
.obsidian/app.json
vendored
2
.obsidian/app.json
vendored
|
@ -8,5 +8,5 @@
|
||||||
"downscalePercent": 84
|
"downscalePercent": 84
|
||||||
},
|
},
|
||||||
"useMarkdownLinks": true,
|
"useMarkdownLinks": true,
|
||||||
"newLinkFormat": "absolute"
|
"newLinkFormat": "relative"
|
||||||
}
|
}
|
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
|
@ -191,10 +191,12 @@
|
||||||
},
|
},
|
||||||
"active": "7c5b0ca6f7687800",
|
"active": "7c5b0ca6f7687800",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Concurrent Systems/notes/images/Pasted image 20250405000438.png",
|
||||||
|
"Concurrent Systems/notes/1b - Peterson algorithm.md",
|
||||||
|
"Pasted image 20250405000428.png",
|
||||||
"Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md",
|
"Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md",
|
||||||
"Concurrent Systems/notes/4 - Semaphores.md",
|
"Concurrent Systems/notes/4 - Semaphores.md",
|
||||||
"Concurrent Systems/notes/2b - Round Robin algorithm.md",
|
"Concurrent Systems/notes/2b - Round Robin algorithm.md",
|
||||||
"Concurrent Systems/notes/1b - Peterson algorithm.md",
|
|
||||||
"Concurrent Systems/notes/4b - Monitors.md",
|
"Concurrent Systems/notes/4b - Monitors.md",
|
||||||
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
||||||
"Concurrent Systems/a.md",
|
"Concurrent Systems/a.md",
|
||||||
|
@ -234,8 +236,6 @@
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250324091452.png",
|
"Concurrent Systems/notes/images/Pasted image 20250324091452.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250324082534.png",
|
"Concurrent Systems/notes/images/Pasted image 20250324082534.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250324082545.png",
|
"Concurrent Systems/notes/images/Pasted image 20250324082545.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250324092633.png",
|
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250324100652.png",
|
|
||||||
"Senza nome.canvas"
|
"Senza nome.canvas"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -53,7 +53,7 @@ unlock(i) :=
|
||||||
|
|
||||||
**How has p0 entered its CS?**
|
**How has p0 entered its CS?**
|
||||||
a) `FLAG[1] = down`, this is possible only with the following interleaving:
|
a) `FLAG[1] = down`, this is possible only with the following interleaving:
|
||||||

|

|
||||||
|
|
||||||
b) `AFTER_YOU = 1`, this is possible only with the following interleaving:
|
b) `AFTER_YOU = 1`, this is possible only with the following interleaving:
|
||||||

|

|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue