Home
last modified time | relevance | path

Searched refs:cleanup_list_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc63 cleanup_list_ = 0; in Init()
165 google::protobuf::internal::NoBarrier_AtomicExchange(&cleanup_list_, in AddListNode()
295 reinterpret_cast<Node*>(google::protobuf::internal::NoBarrier_Load(&cleanup_list_)); in CleanupList()
300 cleanup_list_ = 0; in CleanupList()
Darena.h892 …google::protobuf::internal::AtomicWord cleanup_list_; // Head of a linked list of nodes containin… variable