Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dtime_precise.cc66 clk->clock_type = GPR_CLOCK_PRECISE; in gpr_precise_clock_now()
76 clk->clock_type = GPR_CLOCK_PRECISE; in gpr_precise_clock_now()
Dtime_posix.cc70 if (clock_type == GPR_CLOCK_PRECISE) { in now_impl()
120 case GPR_CLOCK_PRECISE: in now_impl()
Dtime_windows.cc57 case GPR_CLOCK_PRECISE: in now_impl()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_types.h39 GPR_CLOCK_PRECISE, enumerator
/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc247 entry->tm = gpr_now(GPR_CLOCK_PRECISE); in gpr_timers_log_add()
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc151 gpr_timespec ts = gpr_now(GPR_CLOCK_PRECISE); in CacheableUnaryCall()
Dinterop_client.cc871 gpr_timespec ts = gpr_now(GPR_CLOCK_PRECISE); in DoCacheableUnary()
911 ts = gpr_now(GPR_CLOCK_PRECISE); in DoCacheableUnary()
/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc672 case GPR_CLOCK_PRECISE: in fmt_time()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi66 GPR_CLOCK_PRECISE