This commit is contained in:
John Gatward
2026-03-25 14:27:14 +00:00
parent 971a8c6329
commit 6e862b0fbf

View File

@@ -144,7 +144,7 @@ These requirements have to be satisfied, independent of the order in which seque
### Enforcing Mutual Exclusion
**Approaches** for mutual exclusion can be
**Approaches** for mutual exclusion can be:
1. Software based - Peterson's solution
2. Hardware based - `test_and_set()` `swap_and_comapare()`