We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadd899 commit 4b44ed9Copy full SHA for 4b44ed9
threads.tex
@@ -1249,7 +1249,7 @@
1249
\begin{itemize}
1250
\item \emph{Interesting property}: if a thread waiting on a read-write lock
1251
receives a signal, the signal handler will be invoked and then it will
1252
-transparently continue waiting, i.e. there will be no error \texttt{EINTR}.
+transparently continue waiting, i.e. there will be no \texttt{EINTR} error.
1253
The same is true for mutexes and condition variables.
1254
\end{itemize}
1255
0 commit comments