Searched refs:grpc_millis_to_timespec (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_trace.cc | 48 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()
|
D | channelz.cc | 85 grpc_millis_to_timespec(last_call_started_millis_, GPR_CLOCK_REALTIME); in PopulateCallCounts()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | exec_ctx.h | 54 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, gpr_clock_type clock);
|
D | exec_ctx.cc | 76 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, in grpc_millis_to_timespec() function
|
D | timer_manager.cc | 187 grpc_millis_to_timespec(next, GPR_CLOCK_MONOTONIC)); in wait_until()
|
D | pollset_windows.cc | 161 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) { in pollset_work()
|
D | ev_epoll1_linux.cc | 817 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC)) && in begin_worker()
|
D | ev_epollex_linux.cc | 1086 grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) {
|
/external/grpc-grpc/test/core/iomgr/ |
D | timer_list_test.cc | 191 gpr_timespec deadline_spec = grpc_millis_to_timespec( in long_running_service_cleanup_test()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | server.cc | 462 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()
|
D | completion_queue.cc | 118 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC); in non_polling_poller_work()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 453 grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC)); in my_tcp_client_connect()
|