Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.h59 extern gpr_atm gpr_counter_atm_add;
79 gpr_atm_no_barrier_load(&gpr_counter_atm_add);
Dhelpers.cc69 << ((double)(gpr_atm_no_barrier_load(&gpr_counter_atm_add) - in AddToLabel()
/external/grpc-grpc/include/grpc/impl/codegen/
Datm_gcc_atomic.h36 extern gpr_atm gpr_counter_atm_add;
42 (GPR_ATM_INC_COUNTER(gpr_counter_atm_add), blah)
/external/grpc-grpc/src/core/lib/gpr/
Dsync_posix.cc33 gpr_atm gpr_counter_atm_add = 0; variable