Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dsync.cc117 void gpr_stats_inc(gpr_stats_counter* c, intptr_t inc) { in gpr_stats_inc() function
/external/grpc-grpc/
Dgrpc.def232 gpr_stats_inc
/external/grpc-grpc/include/grpc/support/
Dsync.h170 GPRAPI void gpr_stats_inc(gpr_stats_counter* c, intptr_t inc);
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c290 printf("%lx", (unsigned long) gpr_stats_inc); in main()
/external/grpc-grpc/test/core/gpr/
Dsync_test.cc412 gpr_stats_inc(&m->stats_counter, 1); in statsinc()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h736 #define gpr_stats_inc gpr_stats_inc_import macro