Skip to content

Commit 1209430

Browse files
author
Vladimir Kotal
committed
be more precise
1 parent e4d3e83 commit 1209430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

threads.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,9 +1227,9 @@
12271227
\end{slide}
12281228

12291229
\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}.
1230+
\item \emph{Interesting property}: if a thread waiting on a read-write lock
1231+
receives a signal, the signal handler will be invoked and then it will
1232+
transparently continue waiting, i.e. there will be no error \texttt{EINTR}.
12331233
The same is true for mutexes and condition variables.
12341234
\end{itemize}
12351235

0 commit comments

Comments
 (0)