Adds writer test case for RCU
[folly.git] / folly / detail / ThreadLocalDetail.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-01 Dave WatsonMove threadlocal_detail::Atfork to its own file
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-06-26 Christopher DykesResolve the circular dependency between ThreadLocalDeta...
2017-04-03 Dan MelnicRemove/make private the default ***Holder constructor...
2017-01-04 Yedidya Feldblum2017
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-11-02 Philip Proninfix race between StaticMetaBase::destroy() and StaticMe...
2016-09-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-08-31 Philip ProninReverted commit D3755446
2016-08-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-05-05 Andrii GrynenkoAllow optional atfork hook for singleton destruction
2016-04-15 Michael LeeFix build for no FOLLY_TLD_USE_FOLLY_TLS
2016-04-14 Andrii GrynenkoImprove folly::ThreadLocal perf
2016-03-28 Yedidya Feldblums/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRI...
2016-03-16 Eric Nieblermove StaticMeta::onThreadExit into libfolly_thread_local.so
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-11 Andrii GrynenkoAdd MAX_STATIC_CONSTRUCTOR_PRIORITY to PthreadKeyUnregister
2015-12-02 Steve O'Brienfolly: ThreadLocalDetail: make PthreadKeyUnregister...
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...