We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72c79b commit ddb45f7Copy full SHA for ddb45f7
threads.tex
@@ -822,7 +822,7 @@
822
set to \texttt{PTHREAD\_MUTEX\_DEF\-AULT}. This type by itself does not define
823
the result of (a) locking a locked mutex, (b) unlocking a mutex locked by a
824
different thread, or (c) unlocking an unlocked mutex. Unix/Linux systems will
825
-map that macro to \texttt{PTHREAD\_MUTEX\_NORMAL} or
+map that macro to either \texttt{PTHREAD\_MUTEX\_NORMAL} or
826
\texttt{PTHREAD\_\-MUT\-EX\_ERRORCHECK} (ignoring the recursive type, see
827
below). Thus, depending on a specific system, locking an already locked mutex
828
will result in a deadlock (\texttt{NORMAL}) or not (\texttt{ERRORCHECK}). In
0 commit comments