Date: Sun, 11 Jul 2004 16:07:07 +0000 (UTC) From: Darren Reed <darrenr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sx.h Message-ID: <200407111607.i6BG77wH077405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
darrenr 2004-07-11 16:07:07 UTC
FreeBSD src repository
Modified files:
sys/sys sx.h
Log:
Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(),
using sx_cnt to determine what state the lock is in and call the respective
function appropriately.
Revision Changes Path
1.20 +7 -0 src/sys/sys/sx.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407111607.i6BG77wH077405>
