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 7788e1a commit e4d3e83Copy full SHA for e4d3e83
threads.tex
@@ -1187,7 +1187,7 @@
1187
reader threads. E.g. if a lock is owned by writer and some other thread
1188
calls function \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
1189
waiting in \funnm{pthread\_rwlock\_wrlock}, the writer will be given precedence.
1190
-See \example{pthreads/pthread-rwlock.c}.
+See \example{pthreads/pthread-rwlock-pref.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,
0 commit comments