We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f6f64 commit 619e169Copy full SHA for 619e169
synchro.tex
@@ -238,8 +238,8 @@
238
\end{slide}
239
240
\begin{itemize}
241
-\item Both Dekker and Peterson need to achieve the result only shared memory,
242
-i.e. several variables shared by processes.
+\item Both Dekker and Peterson need to achieve the result via only shared
+memory, i.e. several variables shared by processes.
243
\item Dekker's solution is presented as a first solution to the problem of
244
mutual exclusion of 2 processes, without having to apply the mechanism of
245
strict alternation, i.e. if second process does not express will to enter
0 commit comments