2 Angajamente 0337d8dee8 ... 0800ceb4a0

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Jim Huang 0800ceb4a0 Merge pull request #312 from eleanorLYJ/change-ch12-title 5 zile în urmă
  Yu-Chun Lin d8aab9d5d4 Change title to 'Synchronization' for better alignment with content 5 zile în urmă
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -1672,7 +1672,7 @@ There are other variations of the \cpp|wait_for_completion| function, which incl
 
 \samplec{examples/completions.c}
 
-\section{Avoiding Collisions and Deadlocks}
+\section{Synchronization}
 \label{sec:synchronization}
 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.
 To avoid this, various types of mutual exclusion kernel functions are available.