Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Datm_gcc_atomic.h37 #define GPR_ATM_INC_COUNTER(counter) \ macro
40 (GPR_ATM_INC_COUNTER(gpr_counter_atm_cas), blah)
42 (GPR_ATM_INC_COUNTER(gpr_counter_atm_add), blah)
/external/grpc-grpc/src/core/lib/gpr/
Dsync_posix.cc44 GPR_ATM_INC_COUNTER(gpr_mu_locks); in gpr_mu_lock()