vault backup: 2025-04-05 00:00:05
This commit is contained in:
parent
1ce5aec8cd
commit
188ce54fa2
2 changed files with 4 additions and 4 deletions
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
|
@ -191,11 +191,12 @@
|
|||
},
|
||||
"active": "7c5b0ca6f7687800",
|
||||
"lastOpenFiles": [
|
||||
"Concurrent Systems/notes/2b - Round Robin algorithm.md",
|
||||
"Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md",
|
||||
"Concurrent Systems/notes/4 - Semaphores.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/4c - Dining Philosophers.md",
|
||||
"Concurrent Systems/notes/4 - Semaphores.md",
|
||||
"Concurrent Systems/a.md",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250404235033.png",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250304093223.png",
|
||||
|
@ -208,7 +209,6 @@
|
|||
"Concurrent Systems/notes/5 - Software Transactional Memory.md",
|
||||
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
|
||||
"Concurrent Systems/notes/1 - CS Basics.md",
|
||||
"Concurrent Systems/notes/1b - Peterson algorithm.md",
|
||||
"Concurrent Systems/notes/6a - Alternatives to Atomicity.md",
|
||||
"Concurrent.md",
|
||||
"Concurrent Systems/slides/class 5.pdf",
|
||||
|
|
|
@ -53,7 +53,7 @@ unlock(i) :=
|
|||
|
||||
**How has p0 entered its CS?**
|
||||
a) `FLAG[1] = down`, 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