Date: Tue, 27 Sep 2005 12:09:12 -0700 From: Nate Lawson <nate@root.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys refcount.h Message-ID: <433998D8.1090302@root.org> In-Reply-To: <20050927180138.C2B0D16A44E@hub.freebsd.org> References: <20050927180138.C2B0D16A44E@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote: > jhb 2005-09-27 18:01:33 UTC > > FreeBSD src repository > > Added files: > sys/sys refcount.h > Log: > Add a simple reference count API that is simply a thin wrapper API around > atomic operations on ints. > > Reviewed by: arch@ > MFC after: 1 week > > Revision Changes Path > 1.1 +59 -0 src/sys/sys/refcount.h (new) Excellent, thanks for doing this. I'll use it with my next project. -- Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?433998D8.1090302>