]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a simple reference count API that is simply a thin wrapper API around
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 27 Sep 2005 18:01:33 +0000 (18:01 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 27 Sep 2005 18:01:33 +0000 (18:01 +0000)
commitd6fe50b6b9aed17f7a6847f8b3da2f3a5d088b29
treee8c6e53d447ad51c64b61ed0dbb827f5475f4702
parent4ea211a4f4417ce2d860dae6f3dee5601eba2e62
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
sys/sys/refcount.h [new file with mode: 0644]