Use explicit memory order in Baton::post
[folly.git] / folly / MicroLock.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-03 Christopher DykesReplace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
2017-01-04 Yedidya Feldblum2017
2016-08-12 Giuseppe OttavianoAdditional changes to MicroLock
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-07 Nathan Bronsonminor tweak to MicroLock slow path
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock