File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12111211calls function \funnm {pthread\_ rwlock\_ rdlock} and there is at least one thread
12121212waiting in \funnm {pthread\_ rwlock\_ wrlock}, the writer will be given precedence.
12131213See \example {pthreads/pthread-rwlock-pref.c}.
1214- \item There is a maximum number of locks allowed for each lock in any pthread
1215- implementation (inferred from the type that holds the lock count). If the
1216- maximum is reached \funnm {pthread\_ rwlock\_ rdlock} returns the \texttt { EAGAIN }
1217- error, see \example {pthreads/pthread-rwlock-limit.c}.
1214+ \item There is a maximum number of locks allowed for each 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}.
12181218\end {itemize }
12191219
12201220% %%%%
You can’t perform that action at this time.
0 commit comments