Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 12:52:27 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h
Message-ID:  <200204042052.g34KqRh44151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/04/04 12:52:27 PST

  Modified files:
    sys/kern             kern_mutex.c 
    sys/sys              mutex.h 
  Log:
  Change mtx_init() to now take an extra argument.  The third argument is
  the generic lock type for use with witness.  If this argument is NULL then
  the lock name is used as the lock type.  Add a macro for a lock type name
  for network driver locks.
  
  Revision  Changes    Path
  1.90      +11 -8     src/sys/kern/kern_mutex.c
  1.55      +6 -1      src/sys/sys/mutex.h

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?200204042052.g34KqRh44151>