cvs commit: src/lib/libthr/thread thr_rwlock.c src/share/man/man3 Makefile pthread_rwlock_timedrdlock.3 pthread_rwlock_timedwrlock.3

Mike Makonnen mtm at FreeBSD.org
Fri Jan 16 02:52:12 PST 2004


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)


More information about the cvs-src mailing list