summaryrefslogtreecommitdiff
path: root/include/refcount.h
AgeCommit message (Collapse)Author
2014-06-06include: use unsigned literal in combination with binary notJustus Winter
* include/refcount.h (refcounts_promote): Use ~0U. (refcounts_demote): Likewise.
2014-05-22include: add lock-less reference counting primitivesJustus Winter
* include/refcount.h: New file.