Replace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
authorChristopher Dykes <cdykes@fb.com>
Mon, 3 Jul 2017 04:20:10 +0000 (21:20 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 3 Jul 2017 04:34:44 +0000 (21:34 -0700)
commitdedaae98309f8412f4fe33d624ce38c344117c73
treecd84e1991d04e7ec93b5598dfe0d5d13ceac7f86
parent8b7d44fb4dbd2bdd5c46a0e0201fe44babd6bbfd
Replace folly::asm_pause with folly::asm_volatile_pause

Summary: There is no difference, as the statements are already implicitly volatile.

Reviewed By: yfeldblum

Differential Revision: D5363491

fbshipit-source-id: ab5bb878f5ca72aa0de96f82e345213729c071e2
folly/MicroLock.cpp
folly/SharedMutex.h
folly/detail/AtomicHashUtils.h
folly/portability/Asm.h
folly/test/SmallLocksTest.cpp
folly/test/SpinLockTest.cpp