Skip to content

Commit 47cc9d3

Browse files
author
Vladimir Kotal
committed
add another RW lock example
1 parent 543a04a commit 47cc9d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

threads.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,8 @@
11901190
See \example{pthreads/pthread-rwlock.c}.
11911191
\item There is maximal count of locking operations in given implementation
11921192
(inferred from the type that holds the lock count). If the maximum is reached
1193-
\funnm{pthread\_rwlock\_rdlock} returns the \texttt{EAGAIN} error.
1193+
\funnm{pthread\_rwlock\_rdlock} returns the \texttt{EAGAIN} error,
1194+
see \example{pthreads/pthread-rwlock-limit.c}.
11941195
\end{itemize}
11951196

11961197
%%%%%

0 commit comments

Comments
 (0)