Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2005 18:01:33 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys refcount.h
Message-ID:  <200509271801.j8RI1XMC019247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509271801.j8RI1XMC019247>