Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 16:11:00 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mutex.h src/sys/kern kern_mutex.c
Message-ID:  <200012010011.eB10B0h35323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2000/11/30 16:11:00 PST

  Modified files:
    sys/sys              mutex.h 
    sys/kern             kern_mutex.c 
  Log:
  Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does not
  depend on MUTEX_DEBUG.  The MUTEX_DEBUG option turns on extra assertions
  and checks to verify that mutexes themselves are implemented properly.
  The WITNESS option uses extra checks and diagnostics to verify that other
  code is using mutexes properly.
  
  Revision  Changes    Path
  1.10      +7 -10     src/sys/sys/mutex.h
  1.26      +13 -10    src/sys/kern/kern_mutex.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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