Skip to content

Commit e84408f

Browse files
committed
Fixed paragraph overflow.
1 parent fe532fe commit e84408f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

threads.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,15 +1074,13 @@
10741074
\texttt{fcntl} function.
10751075
\item It is common that given implementation prefers writer threads to
10761076
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
1078-
waiting in \funnm{pthread\_rwlock\_wrlock}, the writer will be given
1079-
precedence.
1077+
calls funtion \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
1078+
waiting in \funnm{pthread\_rwlock\_wrlock}, the writer will be given precedence.
10801079
\item There is maximal count of locking operations in given implementation
10811080
(inferred from the type that holds the lock count). If the maximum is reached
10821081
\funnm{pthread\_rwlock\_rdlock} returns the \texttt{EAGAIN} error.
10831082
\end{itemize}
10841083
1085-
10861084
%%%%%
10871085
10881086
\pdfbookmark[1]{pthread\_rwlock\_wrlock, pthread\_rwlock\_trywrlock,%

0 commit comments

Comments
 (0)