Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.cc63 cleanup_list_ = 0; in Init()
170 google::protobuf::internal::NoBarrier_AtomicExchange(&cleanup_list_, in AddListNode()
302 reinterpret_cast<Node*>(google::protobuf::internal::NoBarrier_Load(&cleanup_list_)); in CleanupList()
307 cleanup_list_ = 0; in CleanupList()
Darena.h892 …google::protobuf::internal::AtomicWord cleanup_list_; // Head of a linked list of nodes containin… variable