Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 22:18:11 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys lock.h
Message-ID:  <200703212218.l2LMIBIw035559@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-03-21 22:18:11 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              lock.h 
  Log:
  Make use of 'lock_object' being the same field name in the witness_check*()
  macros.
  - witness_check() replaces witness_check_mtx() and
    witness_check_exclusive_sx() and checks for an exclusive acquire of
    either a mutex, rwlock, or sx lock.
  - witness_check_shared() replaces witness_check_shared_sx() and checks for
    a shared acquire of either a rwlock or sx lock.
  
  Revision  Changes    Path
  1.67      +4 -8      src/sys/sys/lock.h



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