proxygen
ThreadLocal.h File Reference
#include <iterator>
#include <type_traits>
#include <utility>
#include <folly/Likely.h>
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
#include <folly/SharedMutex.h>
#include <folly/detail/ThreadLocalDetail.h>

Go to the source code of this file.

Classes

class  folly::ThreadLocalPtr< T, Tag, AccessMode >
 
class  folly::ThreadLocal< T, Tag, AccessMode >
 
class  folly::ThreadLocalPtr< T, Tag, AccessMode >
 
class  folly::ThreadLocalPtr< T, Tag, AccessMode >::Accessor
 
class  folly::ThreadLocalPtr< T, Tag, AccessMode >::Accessor::Iterator
 
struct  folly::threadlocal_detail::static_meta_of< typename >
 
struct  folly::threadlocal_detail::static_meta_of< ThreadLocalPtr< T, Tag, AccessMode > >
 
struct  folly::threadlocal_detail::static_meta_of< ThreadLocal< T, Tag, AccessMode > >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::threadlocal_detail