fix folly::FunctionScheduler.cancelFunctionAndWait() hanging issue
[folly.git] / folly / experimental / TLRefCount.h
2017-04-11 Andrii GrynenkoFix TLRefCount::useGlobal to work with TSAN
2017-01-04 Yedidya Feldblum2017
2016-08-10 Andrii GrynenkoReadMostlyMainPtrDeleter
2016-07-19 Andrii GrynenkoUse membarrier in TLRefCount
2016-04-28 Andrii GrynenkoFix races in TLRefCount
2016-03-24 Kevin McCrayfolly: avoid using atomic operations android can't...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-08 Andrii GrynenkoFix TLRefCount race around thread local destruction...
2015-12-02 Andrii GrynenkoProperly init collectDone_
2015-11-26 Andrii GrynenkoNew ReadMostlySharedPtr implementation