Home
last modified time | relevance | path

Searched refs:gpr_time_to_millis (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/include/grpc/support/
Dtime.h76 GPRAPI int32_t gpr_time_to_millis(gpr_timespec timespec);
/external/grpc-grpc/test/core/util/
Dreconnect_server.cc43 backoff = gpr_time_to_millis(diff); in pretty_print_backoffs()
/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_server.cc130 double backoff = gpr_time_to_millis( in Verify()
/external/grpc-grpc/
Dgrpc.def252 gpr_time_to_millis
/external/grpc-grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc418 const grpc_millis waited_ms = gpr_time_to_millis(gpr_time_sub(t1, t0)); in TEST_F()
447 const grpc_millis waited_ms = gpr_time_to_millis(gpr_time_sub(t1, t0)); in TEST_F()
479 const grpc_millis waited_ms = gpr_time_to_millis(gpr_time_sub(t1, t0)); in TEST_F()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c310 printf("%lx", (unsigned long) gpr_time_to_millis); in main()
/external/grpc-grpc/src/core/lib/gpr/
Dtime.cc211 int32_t gpr_time_to_millis(gpr_timespec t) { in gpr_time_to_millis() function
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc85 gpr_time_to_millis(final_info->stats.latency)}}, in Destroy()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h796 #define gpr_time_to_millis gpr_time_to_millis_import macro