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 e4d3e83 commit 1209430Copy full SHA for 1209430
threads.tex
@@ -1227,9 +1227,9 @@
1227
\end{slide}
1228
1229
\begin{itemize}
1230
-\item \emph{Interesting property}: if a thread waiting on a lock receives
1231
-a signal, the signal handler will be invoked and then it will transparently
1232
-continue waiting, i.e. there will be no error \texttt{EINTR}.
+\item \emph{Interesting property}: if a thread waiting on a read-write lock
+receives a signal, the signal handler will be invoked and then it will
+transparently continue waiting, i.e. there will be no error \texttt{EINTR}.
1233
The same is true for mutexes and condition variables.
1234
\end{itemize}
1235
0 commit comments