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 bc8b02f commit 91654beCopy full SHA for 91654be
threads.tex
@@ -1211,7 +1211,7 @@
1211
calls function \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
1212
waiting in \funnm{pthread\_rwlock\_wrlock}, the writer will be given precedence.
1213
See \example{pthreads/pthread-rwlock-pref.c}.
1214
-\item There is a maximum number of locks allowed for each lock in any
+\item There is a maximum number of readers that acquired the lock in any
1215
\texttt{pthread} implementation (inferred from the type that holds the lock
1216
count). If the maximum is reached \funnm{pthread\_rwlock\_rdlock} returns the
1217
\texttt{EAGAIN} error, see \example{pthreads/pthread-rwlock-limit.c}.
0 commit comments