Home
last modified time | relevance | path

Searched refs:grpc_millis_to_timespec (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/core/lib/channel/
Dchannel_trace.cc48 timestamp_(grpc_millis_to_timespec(grpc_core::ExecCtx::Get()->Now(), in TraceEvent()
57 timestamp_(grpc_millis_to_timespec(grpc_core::ExecCtx::Get()->Now(), in TraceEvent()
74 time_created_ = grpc_millis_to_timespec(grpc_core::ExecCtx::Get()->Now(), in ChannelTrace()
/third_party/grpc/test/cpp/common/
Dtime_jump_test.cc120 &mu, grpc_millis_to_timespec(kWaitTimeMs, GPR_CLOCK_REALTIME)); in TEST_P()
/third_party/grpc/src/core/lib/iomgr/
Dtimer_manager.cc201 grpc_millis_to_timespec(next, GPR_CLOCK_MONOTONIC)); in wait_until()
Dexec_ctx.h60 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, gpr_clock_type clock);
Dexec_ctx.cc83 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, in grpc_millis_to_timespec() function
Dpollset_windows.cc162 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) { in pollset_work()
Dev_apple.cc244 &apple_pollset->mu, grpc_core::ToAbslTime(grpc_millis_to_timespec( in pollset_work()
Dev_epoll1_linux.cc838 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC)) && in begin_worker()
Dev_epollex_linux.cc1036 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) {
/third_party/grpc/test/core/iomgr/
Dtimer_list_test.cc191 gpr_timespec deadline_spec = grpc_millis_to_timespec( in long_running_service_cleanup_test()
/third_party/grpc/test/cpp/end2end/
Dtime_change_test.cc121 gpr_timespec ts = grpc_millis_to_timespec(-1500, GPR_CLOCK_MONOTONIC); in TEST()
/third_party/grpc/src/core/lib/surface/
Dserver.cc1261 grpc_millis_to_timespec(deadline_, GPR_CLOCK_MONOTONIC); in Publish()
1266 grpc_millis_to_timespec(deadline_, GPR_CLOCK_MONOTONIC); in Publish()
Dcompletion_queue.cc127 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC); in non_polling_poller_work()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc2059 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc2428 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()