cvs commit: src/sys/sys lock.h mutex.h

Jeff Roberson jeff at FreeBSD.org
Fri Apr 22 15:37:42 PDT 2005


jeff        2005-04-22 22:37:41 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              lock.h mutex.h 
  Log:
   - Define LOP_DUPOK in lock.h so that we may pass it to individual
     witness calls rather than as a flag on the lock object.
   - Define MTX_DUPOK in terms of LOP_DUPOK in mutex.h.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.52      +1 -0      src/sys/sys/lock.h
  1.78      +3 -3      src/sys/sys/mutex.h


More information about the cvs-src mailing list