Skip to content

Commit

Permalink
Merge pull request #194 from illinois-cs241/mutex-remove-gauss-sum
Browse files Browse the repository at this point in the history
Remove mention of Gaussian Sum from mutex section
  • Loading branch information
angrave authored Dec 20, 2023
2 parents 53a8a19 + ef3b0f3 commit 3497911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synchronization/synchronization.tex
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ \subsection{Mutex Usages}
}
\end{lstlisting}

If you know the Gaussian sum, you can avoid race conditions altogether, but this is for illustration.

Starting with the gotchas.
Firstly, C Mutexes do not lock variables.
Expand Down

0 comments on commit 3497911

Please sign in to comment.