Fixed-size atomic bitset
authorTudor Bosman <tudorb@fb.com>
Tue, 17 Sep 2013 00:27:30 +0000 (17:27 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 22 Sep 2013 23:40:27 +0000 (16:40 -0700)
commitc63b363e8ecc9dc57fd114956bb50a7b2de8e3bf
treec3d240b1c1c4ad9844e9731a37401b39de2de39e
parent2129f9b5e34ae3a958e50f9fcb3032086366abb8
Fixed-size atomic bitset

Summary: No magic; what it says on the package.

Test Plan: atomic_bitset_test

Reviewed By: delong.j@fb.com

FB internal diff: D971875
folly/AtomicBitSet.h [new file with mode: 0644]
folly/test/AtomicBitSetTest.cpp [new file with mode: 0644]