Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/channel/
Dchannel_trace.cc48 timestamp_(grpc_millis_to_timespec(grpc_core::ExecCtx::Get()->Now(), in TraceEvent()
56 timestamp_(grpc_millis_to_timespec(grpc_core::ExecCtx::Get()->Now(), in TraceEvent()
70 time_created_ = grpc_millis_to_timespec(grpc_core::ExecCtx::Get()->Now(), in ChannelTrace()
Dchannelz.cc85 grpc_millis_to_timespec(last_call_started_millis_, GPR_CLOCK_REALTIME); in PopulateCallCounts()
/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.h54 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, gpr_clock_type clock);
Dexec_ctx.cc76 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, in grpc_millis_to_timespec() function
Dtimer_manager.cc187 grpc_millis_to_timespec(next, GPR_CLOCK_MONOTONIC)); in wait_until()
Dpollset_windows.cc161 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) { in pollset_work()
Dev_epoll1_linux.cc817 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC)) && in begin_worker()
Dev_epollex_linux.cc1086 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) {
/external/grpc-grpc/test/core/iomgr/
Dtimer_list_test.cc191 gpr_timespec deadline_spec = grpc_millis_to_timespec( in long_running_service_cleanup_test()
/external/grpc-grpc/src/core/lib/surface/
Dserver.cc462 grpc_millis_to_timespec(calld->deadline, GPR_CLOCK_MONOTONIC); in publish_call()
467 grpc_millis_to_timespec(calld->deadline, GPR_CLOCK_MONOTONIC); in publish_call()
Dcompletion_queue.cc118 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC); in non_polling_poller_work()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc453 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC)); in my_tcp_client_connect()