Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 14:47:30 -0700 (PDT)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/include mutex.h
Message-ID:  <200009082147.OAA54890@freefall.freebsd.org>

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

  Modified files:
    sys/alpha/include    mutex.h 
  Log:
  Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),
  and mtx_exit().  This change tracks the i386 version.
  
  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       +161 -147  src/sys/alpha/include/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?200009082147.OAA54890>