You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lkmpg.tex
+1-1
Original file line number
Diff line number
Diff line change
@@ -1672,7 +1672,7 @@ \subsection{Completions}
1672
1672
1673
1673
\samplec{examples/completions.c}
1674
1674
1675
-
\section{Avoiding Collisions and Deadlocks}
1675
+
\section{Synchronization}
1676
1676
\label{sec:synchronization}
1677
1677
If processes running on different CPUs or in different threads try to access the same memory, then it is possible that strange things can happen or your system can lock up.
1678
1678
To avoid this, various types of mutual exclusion kernel functions are available.
0 commit comments