proxygen
|
#include <ThreadCachedLists.h>
Public Attributes | |
std::atomic< Node * > | tail_ {nullptr} |
std::atomic< Node * > | head_ {nullptr} |
Definition at line 44 of file ThreadCachedLists.h.
std::atomic<Node*> folly::detail::ThreadCachedLists< Tag >::AtomicListHead::head_ {nullptr} |
Definition at line 46 of file ThreadCachedLists.h.
Referenced by folly::detail::ThreadCachedLists< Tag >::ListHead::splice().
std::atomic<Node*> folly::detail::ThreadCachedLists< Tag >::AtomicListHead::tail_ {nullptr} |
Definition at line 45 of file ThreadCachedLists.h.
Referenced by folly::detail::ThreadCachedLists< Tag >::ListHead::splice().