Searched refs:grpc_millis_to_timespec (Results 1 – 15 of 15) sorted by relevance
/third_party/grpc/src/core/lib/channel/ |
D | channel_trace.cc | 48 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/ |
D | time_jump_test.cc | 120 &mu, grpc_millis_to_timespec(kWaitTimeMs, GPR_CLOCK_REALTIME)); in TEST_P()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | timer_manager.cc | 201 grpc_millis_to_timespec(next, GPR_CLOCK_MONOTONIC)); in wait_until()
|
D | exec_ctx.h | 60 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, gpr_clock_type clock);
|
D | exec_ctx.cc | 83 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, in grpc_millis_to_timespec() function
|
D | pollset_windows.cc | 162 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) { in pollset_work()
|
D | ev_apple.cc | 244 &apple_pollset->mu, grpc_core::ToAbslTime(grpc_millis_to_timespec( in pollset_work()
|
D | ev_epoll1_linux.cc | 838 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC)) && in begin_worker()
|
D | ev_epollex_linux.cc | 1036 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) {
|
/third_party/grpc/test/core/iomgr/ |
D | timer_list_test.cc | 191 gpr_timespec deadline_spec = grpc_millis_to_timespec( in long_running_service_cleanup_test()
|
/third_party/grpc/test/cpp/end2end/ |
D | time_change_test.cc | 121 gpr_timespec ts = grpc_millis_to_timespec(-1500, GPR_CLOCK_MONOTONIC); in TEST()
|
/third_party/grpc/src/core/lib/surface/ |
D | server.cc | 1261 grpc_millis_to_timespec(deadline_, GPR_CLOCK_MONOTONIC); in Publish() 1266 grpc_millis_to_timespec(deadline_, GPR_CLOCK_MONOTONIC); in Publish()
|
D | completion_queue.cc | 127 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC); in non_polling_poller_work()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_api.cc | 2059 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 2428 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()
|