SpinLockArray
Summary: Array of spinlocks where each one is padded to prevent false sharing. Useful for shard-based locking implementations in environments where contention is unlikely. Test Plan: ran tests in 'common' Reviewed By: soren@fb.com FB internal diff: D582149
Showing
Please register or sign in to comment