RCU
[folly.git] / folly / MicroLock.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-13 Yedidya FeldblumSort #include lines
2017-01-04 Yedidya Feldblum2017
2016-08-12 Giuseppe OttavianoAdditional changes to MicroLock
2016-04-20 Michael LeeBackward compatibility for older versions of clang.
2016-04-19 Michael Lee`detail::Futex` wants 4 bytes but MicroLock only gives...
2016-03-13 Giuseppe OttavianoFix warning in MicroLock initialization
2016-03-12 Daniel ColascioneExplain union safety in MicroLock comment
2016-03-07 Nathan Bronsonminor tweak to MicroLock slow path
2016-03-04 Max WarsewaFix clang build for MicroLock
2016-03-04 Yang Chifix liger contbuild: cast offset_bytes to unsigned
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock