We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d04af commit f72c79bCopy full SHA for f72c79b
threads.tex
@@ -813,7 +813,7 @@
813
binary semaphores is that \emsl{mutex has an owner and locked mutex must be
814
unlocked only by the thread that acquired it.} This is not the case with
815
semaphores. In order to check whether given mutex was locked by different thread
816
-when acquiring it, it is necessary to test return value of
+when acquiring it, it is necessary to test the return value of
817
\texttt{p\-thread\_mutex\_lock}, and also have the lock checking set, see below.
818
\item Mutexes are meant to be held for short time only. They are used for
819
critical section (see the definition on page \pageref{CRITICALSECTION})
0 commit comments