|
proxygen
|
#include <ThreadLocalDetail.h>
Public Attributes | |
| ThreadEntry * | head {nullptr} |
| size_t | count {0} |
Definition at line 228 of file ThreadLocalDetail.h.
| size_t folly::threadlocal_detail::ThreadEntryList::count {0} |
Definition at line 230 of file ThreadLocalDetail.h.
Referenced by folly::threadlocal_detail::StaticMeta< Tag, AccessMode >::getThreadEntrySlow().
| ThreadEntry* folly::threadlocal_detail::ThreadEntryList::head {nullptr} |
Definition at line 229 of file ThreadLocalDetail.h.
Referenced by folly::threadlocal_detail::StaticMeta< Tag, AccessMode >::getThreadEntrySlow().