allow fiber executor to override fiber options
[folly.git] / folly / SharedMutex.h
2017-08-29 Andrew KriegerFix potentially uninitialized struct used on MSVC
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-03 Christopher DykesReplace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-05-06 Andrii GrynenkoFix folly::call_once v2017.05.08.00
2017-04-03 Dan MelnicRemove/make private the default ***Holder constructor...
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-01-04 Yedidya Feldblum2017
2016-09-28 Michael LeeSet a default value for slot in SharedMutex.h
2016-09-22 Giuseppe OttavianoFix a couple comments
2016-09-19 Qi WangTry using the last Deferred reader slot first
2016-08-31 Michael LeeUse a normal variable if thread local is not available.
2016-07-24 Giuseppe OttavianoFix typo in SharedMutex comment
2016-07-15 Eric Nieblerout-line the SharedMutexImpl members that directly...
2016-06-25 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-05-30 Christopher DykesSwitch uses of <sys/resource.h> to <folly/portability...
2016-04-28 Andrew BirchallCreate ReadHolder::unlock
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-09-28 Ben MaurerEasy SIOF-proofing
2015-09-11 Yedidya FeldblumUse type-parameterized test cases in folly/test/Synchro...
2015-08-05 Orvid KingMake some types and constexprs public
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-22 Nathan Bronsonfix racy assert in SharedMutex
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-19 Nathan Bronsonmove SharedMutex from folly/experimental to folly