Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 1998 12:01:44 -0700 (PDT)
From:      Alex Nash <alex@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/include pthread.h src/lib/libc_r/man pthread_rwlock_destroy.3 pthread_rwlock_init.3 pthread_rwlock_rdlock.3 pthread_rwlock_unlock.3 pthread_rwlock_wrlock.3 pthread_rwlockattr_destroy.3 pthread_rwlockattr_getpshared.3 pthread_rwlockattr_init.3 pthread_rwlockattr_setpshared.3 ...
Message-ID:  <199809071901.MAA27606@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        1998/09/07 12:01:44 PDT

  Modified files:
    include              pthread.h 
    lib/libc_r/man       Makefile.inc 
    lib/libc_r/uthread   Makefile.inc pthread_private.h 
  Added files:
    lib/libc_r/man       pthread_rwlock_destroy.3 
                         pthread_rwlock_init.3 
                         pthread_rwlock_rdlock.3 
                         pthread_rwlock_unlock.3 
                         pthread_rwlock_wrlock.3 
                         pthread_rwlockattr_destroy.3 
                         pthread_rwlockattr_getpshared.3 
                         pthread_rwlockattr_init.3 
                         pthread_rwlockattr_setpshared.3 
    lib/libc_r/uthread   uthread_rwlock.c uthread_rwlockattr.c 
  Log:
  Implement pthread read/write locks as defined by Version 2 of the Single
  UNIX Specification.
  
  As with our standard mutexes, process shared locks are not supported at
  this time.
  
  Revision  Changes    Path
  1.9       +25 -0     src/include/pthread.h
  1.5       +10 -1     src/lib/libc_r/man/Makefile.inc
  1.14      +3 -1      src/lib/libc_r/uthread/Makefile.inc
  1.13      +12 -0     src/lib/libc_r/uthread/pthread_private.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809071901.MAA27606>