Home
last modified time | relevance | path

Searched defs:old_refs (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h101 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count); in Ref() local
122 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count); in Unref() local
Dorphanable.h159 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count); in Ref() local
180 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count); in Unref() local
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc219 gpr_atm old_refs; in grpc_subchannel_ref() local
228 gpr_atm old_refs; in grpc_subchannel_weak_ref() local
238 gpr_atm old_refs = gpr_atm_acq_load(&c->ref_pair); in grpc_subchannel_ref_from_weak_ref() local
262 gpr_atm old_refs; in grpc_subchannel_unref() local
275 gpr_atm old_refs; in grpc_subchannel_weak_unref() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc751 gpr_atm old_refs; in Ref() local
759 gpr_atm old_refs; in Unref() local
771 gpr_atm old_refs; in WeakRef() local
787 gpr_atm old_refs; in WeakUnref() local
800 gpr_atm old_refs = gpr_atm_acq_load(&ref_pair_); in RefFromWeakRef() local