cvs commit: src/sys/sys refcount.h

Nate Lawson nate at root.org
Tue Sep 27 12:09:16 PDT 2005


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


More information about the cvs-all mailing list