Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gpr/
Dtime_posix.cc70 if (clock_type == GPR_CLOCK_PRECISE) { in now_impl()
123 case GPR_CLOCK_PRECISE: in now_impl()
156 clock_type == GPR_CLOCK_PRECISE); in gpr_now()
Dtime_precise.cc123 ts.clock_type = GPR_CLOCK_PRECISE; in gpr_cycle_counter_to_time()
154 ts.clock_type = GPR_CLOCK_PRECISE; in gpr_cycle_counter_to_time()
160 clk->clock_type = GPR_CLOCK_PRECISE; in gpr_precise_clock_now()
Dtime_windows.cc57 case GPR_CLOCK_PRECISE: in now_impl()
/third_party/grpc/include/grpc/impl/codegen/
Dgpr_types.h39 GPR_CLOCK_PRECISE, enumerator
/third_party/grpc/src/core/lib/profiling/
Dbasic_timers.cc253 entry->tm = gpr_now(GPR_CLOCK_PRECISE); in gpr_timers_log_add()
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc151 gpr_timespec ts = gpr_now(GPR_CLOCK_PRECISE); in CacheableUnaryCall()
Dinterop_client.cc892 gpr_timespec ts = gpr_now(GPR_CLOCK_PRECISE); in DoCacheableUnary()
932 ts = gpr_now(GPR_CLOCK_PRECISE); in DoCacheableUnary()
/third_party/grpc/src/core/lib/iomgr/
Derror.cc667 case GPR_CLOCK_PRECISE: in fmt_time()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi78 GPR_CLOCK_PRECISE