History log of /freebsd-9.3-release/share/man/man3/pthread_rwlock_timedrdlock.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 172880 22-Oct-2007 ru

Hide the implementation details about multiple threading libraries
from the synopses of pthread*(3) manpages.

Reviewed by: deischen, davidxu


# 130642 17-Jun-2004 ru

Fixed markup bugs.
Spell function correctly when talking about restarting after a signal.


# 124586 16-Jan-2004 mtm

Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr with
attendant documentation.