add some missing methods to DeterministicAtomic
Summary: fetch_and and fetch_or are actually required in some instances, since the operation they perform isn't reversible. This also adds some other missing functions, ^= and fetch_{add,sub,xor}. Test Plan: use from other code's unit tests Reviewed By: mssarang@fb.com Subscribers: yfeldblum, folly-diffs@ FB internal diff: D1798924 Signature: t1:1798924:1422892374:a9859039075ddcac54f75259b9bc6a29bb963a09
Showing
Please register or sign in to comment