Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dsync.cc113 void gpr_stats_init(gpr_stats_counter* c, intptr_t n) { in gpr_stats_init()
117 void gpr_stats_inc(gpr_stats_counter* c, intptr_t inc) { in gpr_stats_inc()
121 intptr_t gpr_stats_read(const gpr_stats_counter* c) { in gpr_stats_read()
/external/grpc-grpc/include/grpc/support/
Dsync.h167 GPRAPI void gpr_stats_init(gpr_stats_counter* c, intptr_t n);
170 GPRAPI void gpr_stats_inc(gpr_stats_counter* c, intptr_t inc);
173 GPRAPI intptr_t gpr_stats_read(const gpr_stats_counter* c);
/external/grpc-grpc/include/grpc/impl/codegen/
Dsync_generic.h43 } gpr_stats_counter; typedef
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h731 typedef void(*gpr_stats_init_type)(gpr_stats_counter* c, intptr_t n);
734 typedef void(*gpr_stats_inc_type)(gpr_stats_counter* c, intptr_t inc);
737 typedef intptr_t(*gpr_stats_read_type)(const gpr_stats_counter* c);
/external/grpc-grpc/test/core/gpr/
Dsync_test.cc155 gpr_stats_counter stats_counter;