Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 14:48:07 -0700 (PDT)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 synch_machdep.c src/sys/i386/include mutex.h src/sys/kern kern_mutex.c
Message-ID:  <200009082148.OAA55004@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2000/09/08 14:48:07 PDT

  Modified files:
    sys/i386/i386        synch_machdep.c 
    sys/i386/include     mutex.h 
    sys/kern             kern_mutex.c 
  Log:
  Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp
  macros that expand to pass filename and line number information.  This is
  necessary since we're using inline functions instead of macros now.
  
  Add const to the filename pointers passed througout the mtx and witness
  code.
  
  Revision  Changes    Path
  1.2       +2 -2      src/sys/i386/i386/synch_machdep.c
  1.2       +81 -69    src/sys/i386/include/mutex.h
  1.2       +5 -5      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?200009082148.OAA55004>