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 543a04a commit 47cc9d3Copy full SHA for 47cc9d3
threads.tex
@@ -1190,7 +1190,8 @@
1190
See \example{pthreads/pthread-rwlock.c}.
1191
\item There is maximal count of locking operations in given implementation
1192
(inferred from the type that holds the lock count). If the maximum is reached
1193
-\funnm{pthread\_rwlock\_rdlock} returns the \texttt{EAGAIN} error.
+\funnm{pthread\_rwlock\_rdlock} returns the \texttt{EAGAIN} error,
1194
+see \example{pthreads/pthread-rwlock-limit.c}.
1195
\end{itemize}
1196
1197
%%%%%
0 commit comments