Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h69 const uint64_t prev_ref_pair = in Unref() local
71 const uint32_t strong_refs = GetStrongRefs(prev_ref_pair); in Unref()
73 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in Unref()
87 const uint64_t prev_ref_pair = in Unref() local
89 const uint32_t strong_refs = GetStrongRefs(prev_ref_pair); in Unref()
91 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in Unref()
111 uint64_t prev_ref_pair = refs_.Load(MemoryOrder::ACQUIRE); in RefIfNonZero() local
113 const uint32_t strong_refs = GetStrongRefs(prev_ref_pair); in RefIfNonZero()
115 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in RefIfNonZero()
123 &prev_ref_pair, prev_ref_pair + MakeRefPair(1, 0), MemoryOrder::ACQ_REL, in RefIfNonZero()
[all …]