Date: Fri, 16 Jan 2004 02:52:11 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_rwlock.c src/share/man/man3 Makefile pthread_rwlock_timedrdlock.3 pthread_rwlock_timedwrlock.3 Message-ID: <200401161052.i0GAqBih087758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/01/16 02:52:11 PST FreeBSD src repository Modified files: lib/libthr/thread thr_rwlock.c share/man/man3 Makefile Added files: share/man/man3 pthread_rwlock_timedrdlock.3 pthread_rwlock_timedwrlock.3 Log: Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr with attendant documentation. Revision Changes Path 1.3 +54 -11 src/lib/libthr/thread/thr_rwlock.c 1.27 +2 -0 src/share/man/man3/Makefile 1.1 +118 -0 src/share/man/man3/pthread_rwlock_timedrdlock.3 (new) 1.1 +107 -0 src/share/man/man3/pthread_rwlock_timedwrlock.3 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401161052.i0GAqBih087758>