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 e451072 commit c963a5bCopy full SHA for c963a5b
threads.tex
@@ -1071,7 +1071,7 @@
1071
\item More than one thread can hold the lock for reading or at most one
1072
thread for writing (and no one for reading).
1073
\item Read-write locks are semantically similar to locking files using
1074
-funkce \texttt{fcntl}.
+\texttt{fcntl} function.
1075
\item It is common that given implementation prefers writer threads to
1076
reader threads. E.g. if a lock is owned by writer and some other thread
1077
calls \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
0 commit comments