Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.cc56 static grpc_millis timespec_to_millis_round_down(gpr_timespec ts) { in timespec_to_millis_round_down() function
95 return timespec_to_millis_round_down( in grpc_timespec_to_millis_round_down()
147 now_ = timespec_to_millis_round_down(gpr_now(GPR_CLOCK_MONOTONIC)); in Now()